X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=ztest%2FMakefile.am;h=e63c0b357142f98bccca9f999845d066c47520ae;hp=a9fd6e863fb11297729d2d6a1d78a0106c05924e;hb=dc86a5103817732735d2591d3775114a86de94ae;hpb=455798a3154b5c08c872ca0fb90607ddea575038 diff --git a/ztest/Makefile.am b/ztest/Makefile.am index a9fd6e8..e63c0b3 100644 --- a/ztest/Makefile.am +++ b/ztest/Makefile.am @@ -1,13 +1,17 @@ -## $Id: Makefile.am,v 1.20 2005-09-09 10:34:09 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 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 config1.xml +EXTRA_DIST=dummy-words dummy-grs ztest.pem config1.xml -yaz_ztest_LDADD=../src/libyaz.la - -AM_CFLAGS=$(THREAD_CFLAGS) +LDADD=../src/libyaz_server.la ../src/libyaz.la AM_CPPFLAGS=-I$(top_srcdir)/include $(XML2_CFLAGS) + +clean-local: + rm -f socket