X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=zutil%2FMakefile.am;h=08c742c530a58da39d1eb714c6ade35ad34a6cd8;hb=854bc0025cf4f8cbd509e2d1de7d2f8a1ea126ac;hp=01136e83d6a03cb645c7389ec263a0d56742e111;hpb=7dabb33444218a5c5b83cf1a4d9fe386699f872e;p=yaz-moved-to-github.git diff --git a/zutil/Makefile.am b/zutil/Makefile.am index 01136e8..08c742c 100644 --- a/zutil/Makefile.am +++ b/zutil/Makefile.am @@ -1,7 +1,13 @@ -# $Id: Makefile.am,v 1.2 2000-02-28 11:44:39 adam Exp $ -noinst_LIBRARIES = libzutil.a +## $Id: Makefile.am,v 1.15 2003-02-12 15:06:44 adam Exp $ +noinst_LTLIBRARIES = libzutil.la -INCLUDES=-I../include +AM_CPPFLAGS=-I$(top_srcdir)/include -I$(top_srcdir)/srw $(XSLT_CFLAGS) -libzutil_a_SOURCES = zget.c prt-ext.c yaz-ccl.c diagbib1.c logrpn.c \ - otherinfo.c pquery.c +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 + +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