X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=ccl%2FMakefile.am;h=13beca9f3b0b6484425681938c7c79d89f8702c9;hb=cf273cb8a7f73124935713928cd5df5b537f8b9c;hp=af757c7d85e135f06b5bdb907477739e6c4fdea7;hpb=772d9a39dd0e3e139ab975d7d45d1262f5471164;p=yaz-moved-to-github.git diff --git a/ccl/Makefile.am b/ccl/Makefile.am index af757c7..13beca9 100644 --- a/ccl/Makefile.am +++ b/ccl/Makefile.am @@ -1,14 +1,23 @@ -## $Id: Makefile.am,v 1.7 2001-04-05 13:08:48 adam Exp $ +## $Id: Makefile.am,v 1.10 2003-06-23 10:22:21 adam Exp $ noinst_LTLIBRARIES = libccl.la noinst_PROGRAMS = cclsh +check_PROGRAMS = tstccl + +TESTS = $(check_PROGRAMS) + EXTRA_DIST = bib1 -INCLUDES=-I$(top_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 $(READLINE_LIBS) +cclsh_LDADD = libccl.la ../util/libutil.la $(READLINE_LIBS) + +tstccl_SOURCES = tstccl.c +tstccl_LDADD = libccl.la ../util/libutil.la +