X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=ztest%2FMakefile.am;h=a10a4c45dc1c245a27046b688adbce43de80a4ea;hb=52f5dfc3bf664aa81a14add42e141b4d809061d6;hp=532184c560a27f913c7ee267c991e08b8cb5f4c7;hpb=78e049108ef4c65f1dc3dddd747e59b90b75a9a6;p=yaz-moved-to-github.git diff --git a/ztest/Makefile.am b/ztest/Makefile.am index 532184c..a10a4c4 100644 --- a/ztest/Makefile.am +++ b/ztest/Makefile.am @@ -1,14 +1,12 @@ -# Copyright (C) 1995-2000, Index Data -# All rights reserved. -# $Id: Makefile.am,v 1.1 2000-02-28 11:20:06 adam Exp $ +## This file is part of the YAZ toolkit. +## Copyright (C) 1995-2008 Index Data bin_PROGRAMS=yaz-ztest -yaz_ztest_SOURCES=ztest.c read-grs.c +yaz_ztest_SOURCES=ztest.c read-grs.c read-marc.c -EXTRA_DIST=dummy-records dummy-words dummy-grs +EXTRA_DIST=dummy-records dummy-words dummy-grs ztest.pem config1.xml -INCLUDES=-I../include - -LDADD=../lib/libyaz.a +yaz_ztest_LDADD=../src/libyaz_server.la $(PTHREAD_LIBS) +AM_CPPFLAGS=-I$(top_srcdir)/include $(XML2_CFLAGS)