X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=ztest%2FMakefile.am;h=a08186e2c41b81cbd0d6aaec85ed86e8866b5614;hb=df76df087008d3d53a68958b31a018a3e292791a;hp=4b81af46d5443d8d9294a945d6a6e337f3b75a3d;hpb=480c3cf04004acef3a792d1914382b38b0f79bfa;p=yaz-moved-to-github.git diff --git a/ztest/Makefile.am b/ztest/Makefile.am index 4b81af4..a08186e 100644 --- a/ztest/Makefile.am +++ b/ztest/Makefile.am @@ -1,17 +1,14 @@ -## $Id: Makefile.am,v 1.18 2004-05-02 00:07:11 adam Exp $ +## This file is part of the YAZ toolkit. +## Copyright (C) 1995-2009 Index Data bin_PROGRAMS=yaz-ztest +noinst_PROGRAMS=gfs-example -yaz_ztest_SOURCES=ztest.c read-grs.c read-marc.c +yaz_ztest_SOURCES=ztest.c read-grs.c read-marc.c dummy-opac.c ztest.h +gfs_example_SOURCES=gfs-example.c -EXTRA_DIST=dummy-records dummy-words dummy-grs ztest.pem +EXTRA_DIST=dummy-records dummy-words dummy-grs ztest.pem config1.xml -if ISTHR -extra=../src/libyazthread.la -endif - -yaz_ztest_LDADD=$(extra) ../src/libyaz.la $(LIBTHREAD) - -AM_CFLAGS=@CFLAGSTHREADS@ +LDADD=../src/libyaz_server.la $(PTHREAD_LIBS) AM_CPPFLAGS=-I$(top_srcdir)/include $(XML2_CFLAGS)