X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=ccl%2FMakefile.am;h=d6bd5652328e274e3448c6d0d2601130a6aa5feb;hb=6b3cf0738c53080781fedd852e26b299224af3c3;hp=78444019e0a2fef04fe031e2da6de1b98266fca7;hpb=7dabb33444218a5c5b83cf1a4d9fe386699f872e;p=yaz-moved-to-github.git diff --git a/ccl/Makefile.am b/ccl/Makefile.am index 7844401..d6bd565 100644 --- a/ccl/Makefile.am +++ b/ccl/Makefile.am @@ -1,12 +1,14 @@ -## $Id: Makefile.am,v 1.2 2000-02-28 11:44:39 adam Exp $ +## $Id: Makefile.am,v 1.9 2002-06-06 13:02:01 adam Exp $ -noinst_LIBRARIES = libccl.a +noinst_LTLIBRARIES = libccl.la noinst_PROGRAMS = cclsh -INCLUDES=-I../include +EXTRA_DIST = bib1 -libccl_a_SOURCES = cclfind.c ccltoken.c cclerrms.c cclqual.c cclptree.c \ +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.a +cclsh_LDADD = libccl.la ../util/libutil.la $(READLINE_LIBS)