X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2FMakefile.am;h=88c71cbc0a28b4e91a46cebad13837e2bb768258;hb=1e8eb130ff83dedfb7382ca3e38651add9894662;hp=5f4989c09696469d33c253b75becc746d3a60df7;hpb=886c6715463eba74b37575caa5df206ee9b970b6;p=yaz-moved-to-github.git diff --git a/src/Makefile.am b/src/Makefile.am index 5f4989c..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.27 2006-01-27 18:58:58 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 @@ -150,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 +