Updated makefiles.
[yaz-moved-to-github.git] / ccl / Makefile.am
1 ## $Id: Makefile.am,v 1.2 2000-02-28 11:44:39 adam Exp $
2
3 noinst_LIBRARIES = libccl.a
4
5 noinst_PROGRAMS = cclsh
6
7 INCLUDES=-I../include
8
9 libccl_a_SOURCES = cclfind.c ccltoken.c cclerrms.c cclqual.c cclptree.c \
10   cclqfile.c cclstr.c
11 cclsh_SOURCES=cclsh.c
12 cclsh_LDADD = libccl.a