X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=ztest%2FMakefile.am;h=a9fd6e863fb11297729d2d6a1d78a0106c05924e;hp=f319c89ef822535f73e52adb5632c4a48c64d7f1;hb=57efcfe71d3485e8f2ddac6008fbbc8183804ac7;hpb=8e4eabe621f8b8195faa6625a38a2e1ae7b68aa1 diff --git a/ztest/Makefile.am b/ztest/Makefile.am index f319c89..a9fd6e8 100644 --- a/ztest/Makefile.am +++ b/ztest/Makefile.am @@ -1,14 +1,13 @@ -## $Id: Makefile.am,v 1.4 2000-11-23 10:58:33 adam Exp $ +## $Id: Makefile.am,v 1.20 2005-09-09 10:34:09 adam Exp $ bin_PROGRAMS=yaz-ztest -yaz_ztest_SOURCES=ztest.c read-grs.c +yaz_ztest_SOURCES=ztest.c read-grs.c read-marc.c -EXTRA_DIST=dummy-records dummy-words dummy-grs +EXTRA_DIST=dummy-records dummy-words dummy-grs ztest.pem config1.xml -if ISTHR -extra=../lib/libyazthread.la -endif -yaz_ztest_LDADD=$(extra) ../lib/libyaz.la $(LIBTHREAD) +yaz_ztest_LDADD=../src/libyaz.la -INCLUDES=-I$(srcdir)/../include +AM_CFLAGS=$(THREAD_CFLAGS) + +AM_CPPFLAGS=-I$(top_srcdir)/include $(XML2_CFLAGS)