X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=ztest%2FMakefile.am;h=001e10a71ecbd0d463204fec6af56b5a5f043c83;hb=80f8ae2b0879fb9bcc811fbbcb3a72bc8064ae7a;hp=0fd41426cd44e62dab2db2d74a187aeead7e9bbe;hpb=26d07328e36c41d39216d66d742d133cf7512995;p=yaz-moved-to-github.git diff --git a/ztest/Makefile.am b/ztest/Makefile.am index 0fd4142..001e10a 100644 --- a/ztest/Makefile.am +++ b/ztest/Makefile.am @@ -1,14 +1,17 @@ -## $Id: Makefile.am,v 1.5 2001-03-21 15:02:39 adam Exp $ +## $Id: Makefile.am,v 1.16 2004-04-28 22:45:00 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 if ISTHR -extra=../lib/libyazthread.la +extra=../src/libyazthread.la endif -yaz_ztest_LDADD=$(extra) ../lib/libyaz.la $(LIBTHREAD) -INCLUDES=-I$(top_srcdir)/include +yaz_ztest_LDADD=$(extra) ../src/libyaz.la $(SSL_LIBS) $(LIBTHREAD) + +AM_CFLAGS=@CFLAGSTHREADS@ + +AM_CPPFLAGS=-I$(top_srcdir)/include $(XML2_CFLAGS)