X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=ztest%2FMakefile.am;h=dbb59cb4a6ac65bcb6ac1b28d04c02149bbd67d8;hb=17144b85fb59bb8e0bdf1f8f634c339d88baf069;hp=46ef04689b6f3567b63754222c617a31ac2cd0b3;hpb=9158f8e318f25cb16171433742950236cae96d36;p=yaz-moved-to-github.git diff --git a/ztest/Makefile.am b/ztest/Makefile.am index 46ef046..dbb59cb 100644 --- a/ztest/Makefile.am +++ b/ztest/Makefile.am @@ -1,14 +1,14 @@ -## $Id: Makefile.am,v 1.6 2001-10-05 13:55:17 adam Exp $ +## This file is part of the YAZ toolkit. +## Copyright (C) 1995-2011 Index Data bin_PROGRAMS=yaz-ztest +noinst_PROGRAMS=gfs-example -yaz_ztest_SOURCES=ztest.c read-grs.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 +EXTRA_DIST=dummy-words dummy-grs ztest.pem config1.xml -if ISTHR -extra=../lib/libyazthread.la -endif -yaz_ztest_LDADD=$(extra) ../lib/libyaz.la $(LIBTHREAD) +LDADD=../src/libyaz_server.la ../src/libyaz.la -INCLUDES=-I$(top_srcdir)/include @CFLAGSTHREADS@ +AM_CPPFLAGS=-I$(top_srcdir)/include $(XML2_CFLAGS)