X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=zutil%2FMakefile.am;h=907e3314c938a48f6088c90b9ddd0eb7f6a01d62;hb=b782d2bdebee1a46cc8d7336ce21e9b023baa349;hp=3cc9b75a09322fed6b62b51f225cc07a88129f91;hpb=4dd885245b0ce82b18609ab4a05d0d5868ff1391;p=yaz-moved-to-github.git diff --git a/zutil/Makefile.am b/zutil/Makefile.am index 3cc9b75..907e331 100644 --- a/zutil/Makefile.am +++ b/zutil/Makefile.am @@ -1,7 +1,13 @@ -## $Id: Makefile.am,v 1.11 2002-09-11 21:25:57 adam Exp $ +## $Id: Makefile.am,v 1.17 2003-02-18 10:37:09 adam Exp $ noinst_LTLIBRARIES = libzutil.la -AM_CPPFLAGS=-I$(top_srcdir)/include +AM_CPPFLAGS=-I$(top_srcdir)/include -I$(top_srcdir)/srw $(XML2_CFLAGS) libzutil_la_SOURCES = zget.c yaz-ccl.c diagbib1.c logrpn.c \ - otherinfo.c pquery.c sortspec.c z3950oid.c charneg.c + otherinfo.c pquery.c sortspec.c z3950oid.c charneg.c \ + zoom-c.c zoom-opt.c zoom-p.h grs1disp.c zgdu.c soap.c srw.c + +srwtst_LDADD = ../odr/libodr.la libzutil.la ../util/libutil.la +srwtst_SOURCES = srwtst.c + +noinst_PROGRAMS = srwtst