source: trunk/gsdl/packages/yaz/lib/yaz-config@ 1343

Last change on this file since 1343 was 1343, checked in by johnmcp, 24 years ago

Added the YAZ toolkit source to the packages directory (for z39.50 stuff)

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 181 bytes
Line 
1#!/bin/sh
2# YAZ settings for developers
3YAZBIN='/usr/local/bin'
4YAZTAB='/usr/local/share/yaz/tab'
5YAZLIB='-L/usr/local/lib -lyaz -lreadline -lhistory'
6YAZINC='-I/usr/local/include'
Note: See TracBrowser for help on using the repository browser.