X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=ccl%2FMakefile.am;h=d6bd5652328e274e3448c6d0d2601130a6aa5feb;hb=6b3cf0738c53080781fedd852e26b299224af3c3;hp=ecd4f6f66f4592cb979886d3e840491e584fb599;hpb=26d07328e36c41d39216d66d742d133cf7512995;p=yaz-moved-to-github.git diff --git a/ccl/Makefile.am b/ccl/Makefile.am index ecd4f6f..d6bd565 100644 --- a/ccl/Makefile.am +++ b/ccl/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.6 2001-03-21 15:02:39 adam Exp $ +## $Id: Makefile.am,v 1.9 2002-06-06 13:02:01 adam Exp $ noinst_LTLIBRARIES = libccl.la @@ -6,11 +6,9 @@ noinst_PROGRAMS = cclsh EXTRA_DIST = bib1 -LIBS = $(READLINE_LIBS) - -INCLUDES=-I$(top_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)