Added readline and history support to cclsh
[yaz-moved-to-github.git] / ccl / Makefile.am
1 ## $Id: Makefile.am,v 1.4 2001-03-18 20:45:39 ja7 Exp $
2
3 noinst_LTLIBRARIES = libccl.la
4
5 noinst_PROGRAMS = cclsh
6
7 LIBS = $(READLINE_LIBS)
8
9 INCLUDES=-I$(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