Using autoconf. New definitions: YAZ_BEGIN_CDECL/YAZ_END_CDECL.
[yaz-moved-to-github.git] / retrieval / Makefile.am
1 noinst_LIBRARIES=libret.a
2
3 libret_a_SOURCES = d1_handle.c d1_read.c d1_attset.c d1_tagset.c d1_absyn.c \
4   d1_grs.c d1_sutrs.c d1_varset.c d1_espec.c d1_doespec.c d1_map.c d1_marc.c\
5   d1_write.c d1_expout.c d1_sumout.c d1_soif.c d1_prtree.c d1_if.c
6
7 INCLUDES=-I../include 
8