X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=ztest%2FMakefile.am;h=f319c89ef822535f73e52adb5632c4a48c64d7f1;hp=ae45708ee8752303fbf71ce37fd766996e805265;hb=8e4eabe621f8b8195faa6625a38a2e1ae7b68aa1;hpb=37b3d8433b89248def810d7cfa9b110893519f65 diff --git a/ztest/Makefile.am b/ztest/Makefile.am index ae45708..f319c89 100644 --- a/ztest/Makefile.am +++ b/ztest/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.3 2000-04-05 07:39:55 adam Exp $ +## $Id: Makefile.am,v 1.4 2000-11-23 10:58:33 adam Exp $ bin_PROGRAMS=yaz-ztest @@ -6,6 +6,9 @@ yaz_ztest_SOURCES=ztest.c read-grs.c EXTRA_DIST=dummy-records dummy-words dummy-grs -yaz_ztest_LDADD=../lib/libyaz.la +if ISTHR +extra=../lib/libyazthread.la +endif +yaz_ztest_LDADD=$(extra) ../lib/libyaz.la $(LIBTHREAD) INCLUDES=-I$(srcdir)/../include