X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=ztest%2FMakefile.am;h=0886187952f9ca4f010389ec70c70571cd85365a;hb=163abf332e441c2d39cf6ee4e83bad169fa1c59c;hp=e544371222a3e12a72789cac43156a54fd25fa48;hpb=eb14cf14b5b176a8e2b73ca251d625e47223f116;p=yaz-moved-to-github.git diff --git a/ztest/Makefile.am b/ztest/Makefile.am index e544371..0886187 100644 --- a/ztest/Makefile.am +++ b/ztest/Makefile.am @@ -1,5 +1,4 @@ -## $Id: Makefile.am,v 1.10 2002-03-18 21:33:48 adam Exp $ - +## $Id: Makefile.am,v 1.15 2003-10-27 12:21:45 adam Exp $ if ISSSL sslbin=yaz-ztest-ssl @@ -13,15 +12,15 @@ yaz_ztest_ssl_SOURCES=$(yaz_ztest_SOURCES) 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 \ +yaz_ztest_LDADD=$(extra) ../src/libyaz.la \ $(LIBTHREAD) -yaz_ztest_ssl_LDADD=$(extra) ../lib/libyazssl.la ../lib/libyaz.la \ +yaz_ztest_ssl_LDADD=$(extra) ../src/libyazssl.la ../src/libyaz.la \ $(SSL_LIBS) $(LIBTHREAD) AM_CFLAGS=@CFLAGSTHREADS@ -INCLUDES=-I$(top_srcdir)/include +AM_CPPFLAGS=-I$(top_srcdir)/include $(XML2_CFLAGS)