Fix sample PQF
[yaz-moved-to-github.git] / zutil / Makefile.am
index feb38cb..23b4653 100644 (file)
@@ -1,7 +1,13 @@
+## $Id: Makefile.am,v 1.20 2003-04-23 12:31:07 adam Exp $
+noinst_LTLIBRARIES = libzutil.la
 
-noinst_LIBRARIES = libzutil.a
+AM_CPPFLAGS=-I$(top_srcdir)/include $(XML2_CFLAGS)
 
-INCLUDES=-I../include 
+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_a_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