X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=cql%2FMakefile.am;h=4323945a4d24ed7ebf92ae457a39eb60d4a17007;hb=006c3df264a95c03bfc557b2004595fc6cc3ee14;hp=d47cbf10a02987373e8a128ed208538f3230ccfb;hpb=2a8b6ee438067fd3cc2f85685b727d726136bfb8;p=yaz-moved-to-github.git 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