X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=ccl%2FMakefile.am;h=d6bd5652328e274e3448c6d0d2601130a6aa5feb;hb=087aa6548dbee815eed2e6bad4c5b105c35391cb;hp=5357a207066f7307c3c58b19f94944a547d90a1a;hpb=7acd51b7cdffca5ad92a777d2c6e8e9bae1f9fd3;p=yaz-moved-to-github.git diff --git a/ccl/Makefile.am b/ccl/Makefile.am index 5357a20..d6bd565 100644 --- a/ccl/Makefile.am +++ b/ccl/Makefile.am @@ -1,14 +1,14 @@ -## $Id: Makefile.am,v 1.3 2000-04-05 07:39:54 adam Exp $ +## $Id: Makefile.am,v 1.9 2002-06-06 13:02:01 adam Exp $ noinst_LTLIBRARIES = libccl.la noinst_PROGRAMS = cclsh -LIBS = +EXTRA_DIST = bib1 -INCLUDES=-I$(srcdir)/../include +AM_CPPFLAGS=-I$(top_srcdir)/include libccl_la_SOURCES = cclfind.c ccltoken.c cclerrms.c cclqual.c cclptree.c \ cclqfile.c cclstr.c cclsh_SOURCES=cclsh.c -cclsh_LDADD = libccl.la +cclsh_LDADD = libccl.la ../util/libutil.la $(READLINE_LIBS)