X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=ccl%2FMakefile.am;h=5357a207066f7307c3c58b19f94944a547d90a1a;hb=bf2b1fb48dd2b2edb871441fb1b10d11df378e9c;hp=14e5e9e6c81e280c3c845d1a37645a1954dbbc42;hpb=78e049108ef4c65f1dc3dddd747e59b90b75a9a6;p=yaz-moved-to-github.git diff --git a/ccl/Makefile.am b/ccl/Makefile.am index 14e5e9e..5357a20 100644 --- a/ccl/Makefile.am +++ b/ccl/Makefile.am @@ -1,10 +1,14 @@ -noinst_LIBRARIES = libccl.a +## $Id: Makefile.am,v 1.3 2000-04-05 07:39:54 adam Exp $ + +noinst_LTLIBRARIES = libccl.la noinst_PROGRAMS = cclsh -INCLUDES=-I../include +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