New configure options: --enable-module.
[yaz-moved-to-github.git] / ccl / Makefile.am
1 ## $Id: Makefile.am,v 1.7 2001-04-05 13:08:48 adam Exp $
2
3 noinst_LTLIBRARIES = libccl.la
4
5 noinst_PROGRAMS = cclsh
6
7 EXTRA_DIST = bib1
8
9 INCLUDES=-I$(top_srcdir)/include
10
11 libccl_la_SOURCES = cclfind.c ccltoken.c cclerrms.c cclqual.c cclptree.c \
12   cclqfile.c cclstr.c
13 cclsh_SOURCES=cclsh.c
14 cclsh_LDADD = libccl.la $(READLINE_LIBS)