X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=ccl%2FMakefile.am;fp=ccl%2FMakefile.am;h=0000000000000000000000000000000000000000;hp=13beca9f3b0b6484425681938c7c79d89f8702c9;hb=c6e47cbbff56f39f6d81b079ebaeac41d793d4d9;hpb=c71d717ada2a9ef730d527f161eb5ba9aa641a9f diff --git a/ccl/Makefile.am b/ccl/Makefile.am deleted file mode 100644 index 13beca9..0000000 --- a/ccl/Makefile.am +++ /dev/null @@ -1,23 +0,0 @@ -## $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 - -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 ../util/libutil.la $(READLINE_LIBS) - -tstccl_SOURCES = tstccl.c -tstccl_LDADD = libccl.la ../util/libutil.la -