source: trunk/gsdl/packages/yaz/client/Makefile.am@ 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:keywords set to Author Date Id Revision
File size: 179 bytes
Line 
1## Copyright (C) 1995-2000, Index Data
2## All rights reserved.
3## $Id: Makefile.am 1343 2000-08-03 03:12:39Z johnmcp $
4
5bin_PROGRAMS=
6
7yaz_client_SOURCES=yaz_zclient.c
8
9LDADD = ../lib/libyaz.a
10
11INCLUDES=-I../include -DCCLRPN=1
Note: See TracBrowser for help on using the repository browser.