X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=ccl%2FMakefile.am;h=13beca9f3b0b6484425681938c7c79d89f8702c9;hb=cf273cb8a7f73124935713928cd5df5b537f8b9c;hp=ac4b679c91778e8f49f5a293ef1c2b88d441ddbe;hpb=7e1f569f5266b46123b0174c95b7204338d55dd8;p=yaz-moved-to-github.git diff --git a/ccl/Makefile.am b/ccl/Makefile.am index ac4b679..13beca9 100644 --- a/ccl/Makefile.am +++ b/ccl/Makefile.am @@ -1,16 +1,23 @@ -## $Id: Makefile.am,v 1.5 2001-03-19 21:30:06 adam Exp $ +## $Id: Makefile.am,v 1.10 2003-06-23 10:22:21 adam Exp $ noinst_LTLIBRARIES = libccl.la noinst_PROGRAMS = cclsh -EXTRA_DIST = bib1 +check_PROGRAMS = tstccl + +TESTS = $(check_PROGRAMS) -LIBS = $(READLINE_LIBS) +EXTRA_DIST = bib1 -INCLUDES=-I$(srcdir)/../include +AM_CPPFLAGS=-I$(top_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.la +cclsh_LDADD = libccl.la ../util/libutil.la $(READLINE_LIBS) + +tstccl_SOURCES = tstccl.c +tstccl_LDADD = libccl.la ../util/libutil.la +