X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=ztest%2FMakefile.am;h=e63c0b357142f98bccca9f999845d066c47520ae;hp=46ef04689b6f3567b63754222c617a31ac2cd0b3;hb=5d2037ccd6b74ec67f662a83477820792b7172b3;hpb=9158f8e318f25cb16171433742950236cae96d36 diff --git a/ztest/Makefile.am b/ztest/Makefile.am index 46ef046..e63c0b3 100644 --- a/ztest/Makefile.am +++ b/ztest/Makefile.am @@ -1,14 +1,17 @@ -## $Id: Makefile.am,v 1.6 2001-10-05 13:55:17 adam Exp $ +## This file is part of the YAZ toolkit. +## Copyright (C) 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) + +clean-local: + rm -f socket