X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=ccl%2FMakefile.am;h=af757c7d85e135f06b5bdb907477739e6c4fdea7;hb=5754b092c42f45eeac52fb1223e51e2a11c92653;hp=14e5e9e6c81e280c3c845d1a37645a1954dbbc42;hpb=78e049108ef4c65f1dc3dddd747e59b90b75a9a6;p=yaz-moved-to-github.git diff --git a/ccl/Makefile.am b/ccl/Makefile.am index 14e5e9e..af757c7 100644 --- a/ccl/Makefile.am +++ b/ccl/Makefile.am @@ -1,10 +1,14 @@ -noinst_LIBRARIES = libccl.a +## $Id: Makefile.am,v 1.7 2001-04-05 13:08:48 adam Exp $ + +noinst_LTLIBRARIES = libccl.la noinst_PROGRAMS = cclsh -INCLUDES=-I../include +EXTRA_DIST = bib1 + +INCLUDES=-I$(top_srcdir)/include -libccl_a_SOURCES = cclfind.c ccltoken.c cclerrms.c cclqual.c cclptree.c \ +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 $(READLINE_LIBS)