source: trunk/gsdl/packages/yaz/retrieval/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: 284 bytes
Line 
1## $Id: Makefile.am 1343 2000-08-03 03:12:39Z johnmcp $
2
3noinst_LIBRARIES=libret.a
4
5libret_a_SOURCES = d1_handle.c d1_read.c d1_attset.c d1_tagset.c d1_absyn.c \
6 d1_grs.c d1_sutrs.c d1_varset.c d1_espec.c d1_doespec.c d1_map.c d1_marc.c\
7 d1_write.c d1_expout.c d1_sumout.c d1_soif.c d1_prtree.c d1_if.c
8
9INCLUDES=-I../include
10
Note: See TracBrowser for help on using the repository browser.