X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=ccl%2FMakefile.am;h=d6bd5652328e274e3448c6d0d2601130a6aa5feb;hb=854bc0025cf4f8cbd509e2d1de7d2f8a1ea126ac;hp=af94680d9a80beddd1db553fd43edd06d2735fee;hpb=47f8bbd041e610b13dd25153872dfef2aa288c52;p=yaz-moved-to-github.git diff --git a/ccl/Makefile.am b/ccl/Makefile.am index af94680..d6bd565 100644 --- a/ccl/Makefile.am +++ b/ccl/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.8 2002-04-15 09:44:41 adam Exp $ +## $Id: Makefile.am,v 1.9 2002-06-06 13:02:01 adam Exp $ noinst_LTLIBRARIES = libccl.la @@ -11,4 +11,4 @@ AM_CPPFLAGS=-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 $(READLINE_LIBS) +cclsh_LDADD = libccl.la ../util/libutil.la $(READLINE_LIBS)