Added support for file access in GFS to facilitate static
[yaz-moved-to-github.git] / src / Makefile.am
index 2195611..090f5ff 100644 (file)
@@ -1,10 +1,11 @@
 ## This file is part of the YAZ toolkit.
 ## Copyright (C) 1994-2005, Index Data, All rights reserved.
-## $Id: Makefile.am,v 1.26 2006-01-27 17:31:37 adam Exp $
+## $Id: Makefile.am,v 1.29 2006-03-15 13:32:05 adam Exp $
 
 YAZ_VERSION_INFO=2:0:0
 
 lib_LTLIBRARIES = libyaz.la libyazthread.la
+# noinst_PROGRAMS = cqlparse
 
 dist-hook:
        test -f $(srcdir)/cql.c || exit 1
@@ -64,8 +65,9 @@ libyaz_la_SOURCES=version.c options.c log.c marcdisp.c oid.c wrbuf.c \
   cql.y cqlstdio.c cqltransform.c cqlutil.c xcqlutil.c cqlstring.c \
   cqlstrer.c querytowrbuf.c \
   eventl.c seshigh.c statserv.c requestq.c tcpdchk.c \
-  eventl.h service.c service.h session.h \
-  xmlquery.c
+  eventl.h service.c service.h session.h test.c \
+  xmlquery.c \
+  mime.c mime.h
 
 libyaz_la_LDFLAGS=-version-info $(YAZ_VERSION_INFO)
 
@@ -150,3 +152,5 @@ $(top_srcdir)/include/yaz/item-req.h: \
 $(srcdir)/ill.tcl $(srcdir)/item-req.asn $(YAZCOMP)
        cd $(srcdir); $(YAZCOMP) -d ill.tcl -i yaz -I ../include $(YCFLAGS) item-req.asn
 
+# cqlparse_SOURCES = cqlstd.y
+