Fixed memory leaks in ccl_find_str and ccl_qual_rm.
[yaz-moved-to-github.git] / ccl / Makefile.in
index 6b8f131..428f2a9 100644 (file)
@@ -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)