X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=ztest%2FMakefile.am;h=bebd430000f5f227cad4ff7abcdddbb659c000fe;hb=8bcd70cb460d7a11175e82487f498102ead66472;hp=e544371222a3e12a72789cac43156a54fd25fa48;hpb=eb14cf14b5b176a8e2b73ca251d625e47223f116;p=yaz-moved-to-github.git diff --git a/ztest/Makefile.am b/ztest/Makefile.am index e544371..bebd430 100644 --- a/ztest/Makefile.am +++ b/ztest/Makefile.am @@ -1,27 +1,17 @@ -## $Id: Makefile.am,v 1.10 2002-03-18 21:33:48 adam Exp $ +## This file is part of the YAZ toolkit. +## Copyright (C) 1995-2013 Index Data +bin_PROGRAMS=yaz-ztest +noinst_PROGRAMS=gfs-example -if ISSSL -sslbin=yaz-ztest-ssl -endif +yaz_ztest_SOURCES=ztest.c read-grs.c read-marc.c dummy-opac.c ztest.h +gfs_example_SOURCES=gfs-example.c -bin_PROGRAMS=yaz-ztest $(sslbin) +EXTRA_DIST=dummy-words dummy-grs ztest.pem config1.xml -yaz_ztest_SOURCES=ztest.c read-grs.c read-marc.c -yaz_ztest_ssl_SOURCES=$(yaz_ztest_SOURCES) +LDADD=../src/libyaz_server.la ../src/libyaz.la -EXTRA_DIST=dummy-records dummy-words dummy-grs +AM_CPPFLAGS=-I$(top_srcdir)/include $(XML2_CFLAGS) -if ISTHR -extra=../lib/libyazthread.la -endif - -yaz_ztest_LDADD=$(extra) ../lib/libyaz.la \ - $(LIBTHREAD) - -yaz_ztest_ssl_LDADD=$(extra) ../lib/libyazssl.la ../lib/libyaz.la \ - $(SSL_LIBS) $(LIBTHREAD) - -AM_CFLAGS=@CFLAGSTHREADS@ - -INCLUDES=-I$(top_srcdir)/include +clean-local: + rm -f socket