X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=ztest%2FMakefile.am;h=d0fef0bbf438241de7940a870b4e530714fc1e22;hb=fe569a8399e6072e18d7059b8b5950df32cf014e;hp=532184c560a27f913c7ee267c991e08b8cb5f4c7;hpb=78e049108ef4c65f1dc3dddd747e59b90b75a9a6;p=yaz-moved-to-github.git diff --git a/ztest/Makefile.am b/ztest/Makefile.am index 532184c..d0fef0b 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.7 2001-10-06 08:16:30 adam Exp $ bin_PROGRAMS=yaz-ztest @@ -8,7 +6,11 @@ yaz_ztest_SOURCES=ztest.c read-grs.c EXTRA_DIST=dummy-records dummy-words dummy-grs -INCLUDES=-I../include +if ISTHR +extra=../lib/libyazthread.la +endif +yaz_ztest_LDADD=$(extra) ../lib/libyaz.la $(LIBTHREAD) -LDADD=../lib/libyaz.a +CFLAGS=@CFLAGSTHREADS@ +INCLUDES=-I$(top_srcdir)/include