X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=ccl%2FMakefile.am;h=d6bd5652328e274e3448c6d0d2601130a6aa5feb;hb=6b3cf0738c53080781fedd852e26b299224af3c3;hp=af757c7d85e135f06b5bdb907477739e6c4fdea7;hpb=772d9a39dd0e3e139ab975d7d45d1262f5471164;p=yaz-moved-to-github.git diff --git a/ccl/Makefile.am b/ccl/Makefile.am index af757c7..d6bd565 100644 --- a/ccl/Makefile.am +++ b/ccl/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.7 2001-04-05 13:08:48 adam Exp $ +## $Id: Makefile.am,v 1.9 2002-06-06 13:02:01 adam Exp $ noinst_LTLIBRARIES = libccl.la @@ -6,9 +6,9 @@ noinst_PROGRAMS = cclsh EXTRA_DIST = bib1 -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 $(READLINE_LIBS) +cclsh_LDADD = libccl.la ../util/libutil.la $(READLINE_LIBS)