]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
debug.cc requires tools.cc
authorhno <>
Wed, 9 Jul 2003 04:50:15 +0000 (04:50 +0000)
committerhno <>
Wed, 9 Jul 2003 04:50:15 +0000 (04:50 +0000)
test-suite/Makefile.am

index 5d7172e54de48db33c1081197bff32286bf0ff81..f0d8bfc6f2b78b8133575297274f35af514495e4 100644 (file)
@@ -1,7 +1,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.am,v 1.9 2003/07/07 22:44:28 robertc Exp $
+#  $Id: Makefile.am,v 1.10 2003/07/08 22:50:15 hno Exp $
 #
 
 AUTOMAKE_OPTIONS = subdir-objects
@@ -45,6 +45,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
 
 http_range_test_SOURCES = http_range_test.cc