X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=zutil%2FMakefile.am;h=23b46531aab18368fc9de8b4fe4c0ab668b83cbf;hp=5823a51e0a979c45fe56b7526506f3267d01ec59;hb=c71d717ada2a9ef730d527f161eb5ba9aa641a9f;hpb=7acd51b7cdffca5ad92a777d2c6e8e9bae1f9fd3 diff --git a/zutil/Makefile.am b/zutil/Makefile.am index 5823a51..23b4653 100644 --- a/zutil/Makefile.am +++ b/zutil/Makefile.am @@ -1,9 +1,13 @@ -## $Id: Makefile.am,v 1.4 2000-04-05 07:39:55 adam Exp $ +## $Id: Makefile.am,v 1.20 2003-04-23 12:31:07 adam Exp $ noinst_LTLIBRARIES = libzutil.la -INCLUDES=-I$(srcdir)/../include +AM_CPPFLAGS=-I$(top_srcdir)/include $(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 opacdisp.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 ../util/libutil.la +srwtst_SOURCES = srwtst.c + +EXTRA_PROGRAMS = srwtst