X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=ccl%2FMakefile.am;h=af94680d9a80beddd1db553fd43edd06d2735fee;hb=48bd65a2f5bda9d3407d92137524c14d288ec074;hp=8843743a12c656dbd7cfc20dfe3d38f4e83d0adf;hpb=3889f5ecf0d1c952175d010d6306f72c6c138f57;p=yaz-moved-to-github.git diff --git a/ccl/Makefile.am b/ccl/Makefile.am index 8843743..af94680 100644 --- a/ccl/Makefile.am +++ b/ccl/Makefile.am @@ -1,14 +1,14 @@ -## $Id: Makefile.am,v 1.4 2001-03-18 20:45:39 ja7 Exp $ +## $Id: Makefile.am,v 1.8 2002-04-15 09:44:41 adam Exp $ noinst_LTLIBRARIES = libccl.la noinst_PROGRAMS = cclsh -LIBS = $(READLINE_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 $(READLINE_LIBS)