X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=ccl%2FMakefile.am;h=5357a207066f7307c3c58b19f94944a547d90a1a;hp=78444019e0a2fef04fe031e2da6de1b98266fca7;hb=7acd51b7cdffca5ad92a777d2c6e8e9bae1f9fd3;hpb=6fdf5380057b2e9159050ddbb7cd79c86690a6ef diff --git a/ccl/Makefile.am b/ccl/Makefile.am index 7844401..5357a20 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.3 2000-04-05 07:39:54 adam Exp $ -noinst_LIBRARIES = libccl.a +noinst_LTLIBRARIES = libccl.la noinst_PROGRAMS = cclsh -INCLUDES=-I../include +LIBS = -libccl_a_SOURCES = cclfind.c ccltoken.c cclerrms.c cclqual.c cclptree.c \ +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