X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=zutil%2FMakefile.am;h=08c742c530a58da39d1eb714c6ade35ad34a6cd8;hb=854bc0025cf4f8cbd509e2d1de7d2f8a1ea126ac;hp=5823a51e0a979c45fe56b7526506f3267d01ec59;hpb=7acd51b7cdffca5ad92a777d2c6e8e9bae1f9fd3;p=yaz-moved-to-github.git diff --git a/zutil/Makefile.am b/zutil/Makefile.am index 5823a51..08c742c 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.15 2003-02-12 15:06:44 adam Exp $ noinst_LTLIBRARIES = libzutil.la -INCLUDES=-I$(srcdir)/../include +AM_CPPFLAGS=-I$(top_srcdir)/include -I$(top_srcdir)/srw $(XSLT_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 $(XSLT_LIB) ../util/libutil.la +srwtst_SOURCES = srwtst.c + +noinst_PROGRAMS = srwtst \ No newline at end of file