X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=ccl%2FMakefile.am;h=ac4b679c91778e8f49f5a293ef1c2b88d441ddbe;hp=14e5e9e6c81e280c3c845d1a37645a1954dbbc42;hb=7e1f569f5266b46123b0174c95b7204338d55dd8;hpb=78e049108ef4c65f1dc3dddd747e59b90b75a9a6 diff --git a/ccl/Makefile.am b/ccl/Makefile.am index 14e5e9e..ac4b679 100644 --- a/ccl/Makefile.am +++ b/ccl/Makefile.am @@ -1,10 +1,16 @@ -noinst_LIBRARIES = libccl.a +## $Id: Makefile.am,v 1.5 2001-03-19 21:30:06 adam Exp $ + +noinst_LTLIBRARIES = libccl.la noinst_PROGRAMS = cclsh -INCLUDES=-I../include +EXTRA_DIST = bib1 + +LIBS = $(READLINE_LIBS) + +INCLUDES=-I$(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