Directive s=pw sets structure to phrase if term includes blank(s).
[yaz-moved-to-github.git] / ccl / Makefile.am
1 ## $Id: Makefile.am,v 1.6 2001-03-21 15:02:39 adam Exp $
2
3 noinst_LTLIBRARIES = libccl.la
4
5 noinst_PROGRAMS = cclsh
6
7 EXTRA_DIST = bib1
8
9 LIBS = $(READLINE_LIBS)
10
11 INCLUDES=-I$(top_srcdir)/include
12
13 libccl_la_SOURCES = cclfind.c ccltoken.c cclerrms.c cclqual.c cclptree.c \
14   cclqfile.c cclstr.c
15 cclsh_SOURCES=cclsh.c
16 cclsh_LDADD = libccl.la