From f0c29efc372c97a94a32118de624b31c996d7ff5 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 6 Jun 2002 13:02:01 +0000 Subject: [PATCH] CCL using xmalloc/xfree --- ccl/Makefile.am | 4 ++-- include/yaz/ccl.h | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) 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) diff --git a/include/yaz/ccl.h b/include/yaz/ccl.h index 5970e4f..1fb5503 100644 --- a/include/yaz/ccl.h +++ b/include/yaz/ccl.h @@ -45,7 +45,7 @@ /* * 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: * @@ -87,6 +87,7 @@ #include #include +#include YAZ_BEGIN_CDECL -- 1.7.10.4