X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=ztest%2FMakefile.am;h=0fd41426cd44e62dab2db2d74a187aeead7e9bbe;hb=fb36df3c32d9023ca55f8050ea4128f42d2dfc34;hp=532184c560a27f913c7ee267c991e08b8cb5f4c7;hpb=78e049108ef4c65f1dc3dddd747e59b90b75a9a6;p=yaz-moved-to-github.git diff --git a/ztest/Makefile.am b/ztest/Makefile.am index 532184c..0fd4142 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.5 2001-03-21 15:02:39 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$(top_srcdir)/include