From: hno <> Date: Wed, 9 Jul 2003 04:50:15 +0000 (+0000) Subject: debug.cc requires tools.cc X-Git-Tag: SQUID_3_0_PRE1~56 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a02ccff817f6b94fe99fe9ff2991276cfa336e56;p=thirdparty%2Fsquid.git debug.cc requires tools.cc --- diff --git a/test-suite/Makefile.am b/test-suite/Makefile.am index 5d7172e54d..f0d8bfc6f2 100644 --- a/test-suite/Makefile.am +++ b/test-suite/Makefile.am @@ -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