From: Adam Dickmeiss Date: Thu, 1 May 2003 07:49:26 +0000 (+0000) Subject: Removed cql.h from sources X-Git-Tag: YAZ.2.0.2.RH.2~45 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=e12c24b8e658bad4cca7a278a7ece7badc9d801d Removed cql.h from sources --- diff --git a/cql/Makefile.am b/cql/Makefile.am index d47cbf1..4323945 100644 --- a/cql/Makefile.am +++ b/cql/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.2 2003-04-11 15:53:39 adam Exp $ +# $Id: Makefile.am,v 1.3 2003-05-01 07:49:26 adam Exp $ AM_YFLAGS=-p cql_ AM_CPPFLAGS=-I$(top_srcdir)/include @@ -9,7 +9,7 @@ noinst_PROGRAMS = cql2pqf cql2xcql EXTRA_DIST=lexer.c libcql_la_SOURCES=cql.y cqlstdio.c cqltransform.c \ - cqlutil.c xcqlutil.c cqlstring.c cql.h + cqlutil.c xcqlutil.c cqlstring.c cql2pqf_SOURCES = cql2pqf.c cql2xcql_SOURCES = cql2xcql.c