X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=ccl%2FMakefile.in;h=428f2a9d6de5612a56cbffffd00e820da65e523a;hb=bf7ee634e855d15e955d06e7b225d2045abd518a;hp=6b8f131a40d34df4ade0ef2e69e75e92cbc8c11a;hpb=f69d4aa4609ff3daa71733da1ea0fcd8322ab954;p=yaz-moved-to-github.git diff --git a/ccl/Makefile.in b/ccl/Makefile.in index 6b8f131..428f2a9 100644 --- a/ccl/Makefile.in +++ b/ccl/Makefile.in @@ -2,7 +2,10 @@ # Europagate, 1995 # # $Log: Makefile.in,v $ -# Revision 1.3 1998-10-28 15:10:03 adam +# Revision 1.4 1999-03-31 11:15:37 adam +# Fixed memory leaks in ccl_find_str and ccl_qual_rm. +# +# Revision 1.3 1998/10/28 15:10:03 adam # Added --with-yc option to configure. For the data1_node in data1.h: # decreased size of localdata and removed member "line" which wasn't useful. # @@ -66,7 +69,7 @@ LIBS=@LIBS@ INCLUDE=-I../z39.50 -I../include PROG=cclsh -LIB=../lib/ccl.a +LIB=../lib/libccl.a PO=cclfind.o ccltoken.o cclerrms.o cclqual.o cclptree.o cclqfile.o cclstr.o DEFS=$(INCLUDE) $(CDEFS)