From: robertc <> Date: Fri, 17 Jan 2003 12:18:27 +0000 (+0000) Subject: boostrapped X-Git-Tag: SQUID_3_0_PRE1~457 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=66307990cce93d6a1b86814ee8cbf553af95ae52;p=thirdparty%2Fsquid.git boostrapped --- diff --git a/src/Makefile.in b/src/Makefile.in index be59fb946e..22ebc34f78 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.265 2002/12/27 10:30:14 robertc Exp $ +# $Id: Makefile.in,v 1.266 2003/01/17 05:18:27 robertc Exp $ # # Uncomment and customize the following to suit your needs: # @@ -232,6 +232,7 @@ squid_SOURCES = \ comm_poll.cc \ comm_kqueue.cc \ debug.cc \ + Debug.h \ defines.h \ $(DELAY_POOL_SOURCE) \ disk.cc \ diff --git a/test-suite/Makefile.in b/test-suite/Makefile.in index 2c77276872..01cfce5cdc 100644 --- a/test-suite/Makefile.in +++ b/test-suite/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.6 2003/01/17 03:58:51 robertc Exp $ +# $Id: Makefile.in,v 1.7 2003/01/17 05:18:28 robertc Exp $ # SHELL = @SHELL@