X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=ccl%2FMakefile.am;h=ac4b679c91778e8f49f5a293ef1c2b88d441ddbe;hp=78444019e0a2fef04fe031e2da6de1b98266fca7;hb=7e1f569f5266b46123b0174c95b7204338d55dd8;hpb=7dabb33444218a5c5b83cf1a4d9fe386699f872e diff --git a/ccl/Makefile.am b/ccl/Makefile.am index 7844401..ac4b679 100644 --- a/ccl/Makefile.am +++ b/ccl/Makefile.am @@ -1,12 +1,16 @@ -## $Id: Makefile.am,v 1.2 2000-02-28 11:44:39 adam Exp $ +## $Id: Makefile.am,v 1.5 2001-03-19 21:30:06 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 \ +LIBS = $(READLINE_LIBS) + +INCLUDES=-I$(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