]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bootstrapped
authorhno <>
Wed, 9 Jul 2003 04:53:55 +0000 (04:53 +0000)
committerhno <>
Wed, 9 Jul 2003 04:53:55 +0000 (04:53 +0000)
test-suite/Makefile.in

index 8558a6289140e458566a19f8685fef80b0a00d5a..b2c2513d19deb97dce5745583276340e3ac46bf1 100644 (file)
@@ -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)