X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2FMakefile.am;h=88c71cbc0a28b4e91a46cebad13837e2bb768258;hb=27ea5a731ded352ca1b49970997be5fa570870b4;hp=3857212e46cd52880aa786e93670525590f32e7c;hpb=67c25cbfe1f268218bc25bed5e9140f38a6a16fb;p=yaz-moved-to-github.git diff --git a/src/Makefile.am b/src/Makefile.am index 3857212..88c71cb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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.24 2005-11-29 20:25:38 adam Exp $ +## $Id: Makefile.am,v 1.28 2006-03-13 11:59:27 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 @@ -62,9 +63,11 @@ libyaz_la_SOURCES=version.c options.c log.c marcdisp.c oid.c wrbuf.c \ opacdisp.c cclfind.c ccltoken.c cclerrms.c cclqual.c cclptree.c \ cclqfile.c cclstr.c \ cql.y cqlstdio.c cqltransform.c cqlutil.c xcqlutil.c cqlstring.c \ - cqlstrer.c \ + cqlstrer.c querytowrbuf.c \ eventl.c seshigh.c statserv.c requestq.c tcpdchk.c \ - eventl.h service.c service.h session.h + eventl.h service.c service.h session.h test.c \ + xmlquery.c + libyaz_la_LDFLAGS=-version-info $(YAZ_VERSION_INFO) # This library is only built and installed for backwards @@ -148,3 +151,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 +