X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=zutil%2FMakefile.am;h=503e94d0a9ae94eb1dd334baa5742ef470636364;hb=1f20fcf7c28b057d36b866ce9ba63dee95c27d41;hp=221a0c0452e3cc18996d18e2e72349eaac101c90;hpb=26d07328e36c41d39216d66d742d133cf7512995;p=yaz-moved-to-github.git diff --git a/zutil/Makefile.am b/zutil/Makefile.am index 221a0c0..503e94d 100644 --- a/zutil/Makefile.am +++ b/zutil/Makefile.am @@ -1,9 +1,13 @@ -## $Id: Makefile.am,v 1.5 2001-03-21 15:02:39 adam Exp $ +## $Id: Makefile.am,v 1.16 2003-02-17 22:35:48 adam Exp $ noinst_LTLIBRARIES = libzutil.la -INCLUDES=-I$(top_srcdir)/include +AM_CPPFLAGS=-I$(top_srcdir)/include -I$(top_srcdir)/srw $(XML2_CFLAGS) -LIBS = +libzutil_la_SOURCES = zget.c yaz-ccl.c diagbib1.c logrpn.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 -libzutil_la_SOURCES = zget.c prt-ext.c yaz-ccl.c diagbib1.c logrpn.c \ - otherinfo.c pquery.c +srwtst_LDADD = ../odr/libodr.la libzutil.la $(XML2_LIBS) ../util/libutil.la +srwtst_SOURCES = srwtst.c + +noinst_PROGRAMS = srwtst