X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=ccl%2FMakefile.am;h=af94680d9a80beddd1db553fd43edd06d2735fee;hb=48bd65a2f5bda9d3407d92137524c14d288ec074;hp=ac4b679c91778e8f49f5a293ef1c2b88d441ddbe;hpb=7e1f569f5266b46123b0174c95b7204338d55dd8;p=yaz-moved-to-github.git diff --git a/ccl/Makefile.am b/ccl/Makefile.am index ac4b679..af94680 100644 --- a/ccl/Makefile.am +++ b/ccl/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.5 2001-03-19 21:30:06 adam Exp $ +## $Id: Makefile.am,v 1.8 2002-04-15 09:44:41 adam Exp $ noinst_LTLIBRARIES = libccl.la @@ -6,11 +6,9 @@ noinst_PROGRAMS = cclsh EXTRA_DIST = bib1 -LIBS = $(READLINE_LIBS) - -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)