From: hno <> Date: Wed, 9 Jul 2003 04:53:55 +0000 (+0000) Subject: Bootstrapped X-Git-Tag: SQUID_3_0_PRE1~55 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=75027ca47040067e2502a4ddba41d021ebd6bb44;p=thirdparty%2Fsquid.git Bootstrapped --- diff --git a/test-suite/Makefile.in b/test-suite/Makefile.in index 8558a62891..b2c2513d19 100644 --- a/test-suite/Makefile.in +++ b/test-suite/Makefile.in @@ -17,7 +17,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.33 2003/07/08 00:12:52 hno Exp $ +# $Id: Makefile.in,v 1.34 2003/07/08 22:53:55 hno Exp $ # srcdir = @srcdir@ @@ -250,6 +250,7 @@ MemPoolTest_SOURCES = MemPoolTest.cc refcount_SOURCES = refcount.cc DEBUG_OBJECTS = $(top_builddir)/src/debug.o\ + $(top_builddir)/src/tools.o\ $(top_builddir)/src/globals.o @@ -292,7 +293,8 @@ http_range_test_DEPENDENCIES = $(top_builddir)/src/HttpHdrRange.o \ $(top_builddir)/src/HttpHeaderTools.o \ $(top_builddir)/src/MemBuf.o $(top_builddir)/src/Packer.o \ $(top_builddir)/src/String.o $(top_builddir)/src/mem.o \ - $(top_builddir)/src/debug.o $(top_builddir)/src/globals.o + $(top_builddir)/src/debug.o $(top_builddir)/src/tools.o \ + $(top_builddir)/src/globals.o http_range_test_LDFLAGS = am_mem_hdr_test_OBJECTS = mem_hdr_test.$(OBJEXT) test_tools.$(OBJEXT) mem_hdr_test_OBJECTS = $(am_mem_hdr_test_OBJECTS)