--------------------- PatchSet 1859 Date: 2001/04/09 15:28:56 Author: akroonmaa Branch: chunked_mempools Tag: (none) Log: update lib/Makefile.in and src/Makefile.in to enable chunked mempools Members: lib/Makefile.in:1.7->1.7.16.1 src/Makefile.in:1.7.16.1->1.7.16.2 Index: squid/lib/Makefile.in =================================================================== RCS file: /cvsroot/squid-sf//squid/lib/Attic/Makefile.in,v retrieving revision 1.7 retrieving revision 1.7.16.1 diff -u -r1.7 -r1.7.16.1 --- squid/lib/Makefile.in 31 Jan 2001 22:20:27 -0000 1.7 +++ squid/lib/Makefile.in 9 Apr 2001 15:28:56 -0000 1.7.16.1 @@ -1,5 +1,5 @@ # -# $Id: Makefile.in,v 1.7 2001/01/31 22:20:27 hno Exp $ +# $Id: Makefile.in,v 1.7.16.1 2001/04/09 15:28:56 akroonmaa Exp $ # prefix = @prefix@ top_srcdir = @top_srcdir@ @@ -26,6 +26,7 @@ rfc1035.o \ rfc2617.o \ util.o \ + MemPool.o \ getfullhostname.o \ base64.o \ uudecode.o \ Index: squid/src/Makefile.in =================================================================== RCS file: /cvsroot/squid-sf//squid/src/Attic/Makefile.in,v retrieving revision 1.7.16.1 retrieving revision 1.7.16.2 diff -u -r1.7.16.1 -r1.7.16.2 --- squid/src/Makefile.in 5 Apr 2001 07:35:47 -0000 1.7.16.1 +++ squid/src/Makefile.in 9 Apr 2001 15:28:57 -0000 1.7.16.2 @@ -1,7 +1,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.7.16.1 2001/04/05 07:35:47 akroonmaa Exp $ +# $Id: Makefile.in,v 1.7.16.2 2001/04/09 15:28:57 akroonmaa Exp $ # # Uncomment and customize the following to suit your needs: # @@ -143,7 +143,7 @@ logfile.o \ main.o \ mem.o \ - MemPool.o \ + MemPoolStats.o \ MemBuf.o \ mime.o \ multicast.o \