From: serassio <> Date: Thu, 2 Nov 2006 02:56:33 +0000 (+0000) Subject: Bootstrapped X-Git-Tag: SQUID_3_0_PRE5~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1c67f67824b7ff07863d2447e363a6bf74d13ac;p=thirdparty%2Fsquid.git Bootstrapped --- diff --git a/configure b/configure index b00e6ce3dc..be241d2373 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.441 . +# From configure.in Revision. # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.59 for Squid Web Proxy 3.0.PRE4-CVS. # diff --git a/src/Makefile.in b/src/Makefile.in index fa5667d0ca..c28f9f59b0 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -17,7 +17,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.410 2006/10/31 23:33:37 wessels Exp $ +# $Id: Makefile.in,v 1.411 2006/11/01 19:56:34 serassio Exp $ # # Uncomment and customize the following to suit your needs: # @@ -385,7 +385,8 @@ am_tests_testACLMaxUserIP_OBJECTS = acl.$(OBJEXT) \ HttpHdrContRange.$(OBJEXT) HttpHdrRange.$(OBJEXT) \ HttpHdrCc.$(OBJEXT) HttpHdrSc.$(OBJEXT) \ HttpHdrScTarget.$(OBJEXT) mem_node.$(OBJEXT) Packer.$(OBJEXT) \ - StatHist.$(OBJEXT) stmem.$(OBJEXT) String.$(OBJEXT) \ + Parsing.$(OBJEXT) StatHist.$(OBJEXT) stmem.$(OBJEXT) \ + String.$(OBJEXT) tests/stub_cache_cf.$(OBJEXT) \ tests/stub_comm.$(OBJEXT) tests/stub_DelayId.$(OBJEXT) \ tests/stub_MemObject.$(OBJEXT) tests/stub_store.$(OBJEXT) \ tests/testACLMaxUserIP.$(OBJEXT) tests/testMain.$(OBJEXT) \ @@ -2626,9 +2627,11 @@ tests_testACLMaxUserIP_SOURCES = \ HttpHdrScTarget.cc \ mem_node.cc \ Packer.cc \ + Parsing.cc \ StatHist.cc \ stmem.cc \ String.cc \ + tests/stub_cache_cf.cc \ tests/stub_comm.cc \ tests/stub_DelayId.cc \ tests/stub_MemObject.cc \ @@ -4198,6 +4201,8 @@ tests/$(am__dirstamp): tests/$(DEPDIR)/$(am__dirstamp): @$(mkdir_p) tests/$(DEPDIR) @: > tests/$(DEPDIR)/$(am__dirstamp) +tests/stub_cache_cf.$(OBJEXT): tests/$(am__dirstamp) \ + tests/$(DEPDIR)/$(am__dirstamp) tests/stub_comm.$(OBJEXT): tests/$(am__dirstamp) \ tests/$(DEPDIR)/$(am__dirstamp) tests/stub_DelayId.$(OBJEXT): tests/$(am__dirstamp) \ @@ -4225,8 +4230,6 @@ tests/testAuth.$(OBJEXT): tests/$(am__dirstamp) \ tests/$(DEPDIR)/$(am__dirstamp) tests/stub_acl.$(OBJEXT): tests/$(am__dirstamp) \ tests/$(DEPDIR)/$(am__dirstamp) -tests/stub_cache_cf.$(OBJEXT): tests/$(am__dirstamp) \ - tests/$(DEPDIR)/$(am__dirstamp) tests/stub_helper.$(OBJEXT): tests/$(am__dirstamp) \ tests/$(DEPDIR)/$(am__dirstamp) tests/stub_errorpage.$(OBJEXT): tests/$(am__dirstamp) \