New configure options: --enable-module.
[yaz-moved-to-github.git] / ccl / Makefile.am
index ecd4f6f..af757c7 100644 (file)
@@ -1,4 +1,4 @@
-## $Id: Makefile.am,v 1.6 2001-03-21 15:02:39 adam Exp $
+## $Id: Makefile.am,v 1.7 2001-04-05 13:08:48 adam Exp $
 
 noinst_LTLIBRARIES = libccl.la
 
@@ -6,11 +6,9 @@ noinst_PROGRAMS = cclsh
 
 EXTRA_DIST = bib1
 
-LIBS = $(READLINE_LIBS)
-
 INCLUDES=-I$(top_srcdir)/include
 
 libccl_la_SOURCES = cclfind.c ccltoken.c cclerrms.c cclqual.c cclptree.c \
   cclqfile.c cclstr.c
 cclsh_SOURCES=cclsh.c
-cclsh_LDADD = libccl.la
+cclsh_LDADD = libccl.la $(READLINE_LIBS)