X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=ztest%2FMakefile.am;h=f319c89ef822535f73e52adb5632c4a48c64d7f1;hb=fec7f7b97c77fbf1d7073bbd47816b9da02d0adb;hp=532184c560a27f913c7ee267c991e08b8cb5f4c7;hpb=78e049108ef4c65f1dc3dddd747e59b90b75a9a6;p=yaz-moved-to-github.git diff --git a/ztest/Makefile.am b/ztest/Makefile.am index 532184c..f319c89 100644 --- a/ztest/Makefile.am +++ b/ztest/Makefile.am @@ -1,6 +1,4 @@ -# Copyright (C) 1995-2000, Index Data -# All rights reserved. -# $Id: Makefile.am,v 1.1 2000-02-28 11:20:06 adam Exp $ +## $Id: Makefile.am,v 1.4 2000-11-23 10:58:33 adam Exp $ bin_PROGRAMS=yaz-ztest @@ -8,7 +6,9 @@ yaz_ztest_SOURCES=ztest.c read-grs.c EXTRA_DIST=dummy-records dummy-words dummy-grs -INCLUDES=-I../include - -LDADD=../lib/libyaz.a +if ISTHR +extra=../lib/libyazthread.la +endif +yaz_ztest_LDADD=$(extra) ../lib/libyaz.la $(LIBTHREAD) +INCLUDES=-I$(srcdir)/../include