Utility to map between Bib-1 and SRW diagnostics.
[yaz-moved-to-github.git] / ccl / Makefile.am
index af757c7..d6bd565 100644 (file)
@@ -1,4 +1,4 @@
-## $Id: Makefile.am,v 1.7 2001-04-05 13:08:48 adam Exp $
+## $Id: Makefile.am,v 1.9 2002-06-06 13:02:01 adam Exp $
 
 noinst_LTLIBRARIES = libccl.la
 
@@ -6,9 +6,9 @@ noinst_PROGRAMS = cclsh
 
 EXTRA_DIST = bib1
 
-INCLUDES=-I$(top_srcdir)/include
+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)