]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
adding logfile.c module
authorwessels <>
Wed, 15 Mar 2000 06:03:03 +0000 (06:03 +0000)
committerwessels <>
Wed, 15 Mar 2000 06:03:03 +0000 (06:03 +0000)
src/Makefile.in

index 8792d1b20b0c49fe198bd8f9c030c983b280382f..6ee8f860072d73cd1942b8056297ba69f9a6847c 100644 (file)
@@ -1,7 +1,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.in,v 1.181 1999/12/30 17:36:19 wessels Exp $
+#  $Id: Makefile.in,v 1.182 2000/03/14 23:03:03 wessels Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
@@ -131,6 +131,7 @@ OBJS                = \
                ipc.o \
                ipcache.o \
                @LEAKFINDER_OBJS@ \
+               logfile.o \
                main.o \
                mem.o \
                MemPool.o \