X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=zutil%2FMakefile.am;h=23b46531aab18368fc9de8b4fe4c0ab668b83cbf;hb=b0555501e434d0f71f97ea17f282db2e795ff950;hp=98f28f02b6aa5394dd489ed330b12c1a2591be15;hpb=1cd88a77abb7c32e5ff938e2f4b9392d03d45ec5;p=yaz-moved-to-github.git diff --git a/zutil/Makefile.am b/zutil/Makefile.am index 98f28f0..23b4653 100644 --- a/zutil/Makefile.am +++ b/zutil/Makefile.am @@ -1,9 +1,13 @@ -## $Id: Makefile.am,v 1.10 2002-05-18 09:52:37 oleg Exp $ +## $Id: Makefile.am,v 1.20 2003-04-23 12:31:07 adam Exp $ noinst_LTLIBRARIES = libzutil.la -AM_CPPFLAGS=-I$(top_srcdir)/include - -LIBS = +AM_CPPFLAGS=-I$(top_srcdir)/include $(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 opacdisp.c + +srwtst_LDADD = ../odr/libodr.la libzutil.la ../util/libutil.la +srwtst_SOURCES = srwtst.c + +EXTRA_PROGRAMS = srwtst