-## $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
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)
/*
* CCL - header file
*
- * $Id: ccl.h,v 1.11 2001-11-27 22:38:50 adam Exp $
+ * $Id: ccl.h,v 1.12 2002-06-06 13:02:01 adam Exp $
*
* Old Europagate Log:
*
#include <yaz/yconfig.h>
#include <stdio.h>
+#include <yaz/xmalloc.h>
YAZ_BEGIN_CDECL