Added shared library support (libtool).
[yaz-moved-to-github.git] / ccl / Makefile.am
1 ## $Id: Makefile.am,v 1.3 2000-04-05 07:39:54 adam Exp $
2
3 noinst_LTLIBRARIES = libccl.la
4
5 noinst_PROGRAMS = cclsh
6
7 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