#
# 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@
refcount_SOURCES = refcount.cc
DEBUG_OBJECTS = $(top_builddir)/src/debug.o\
+ $(top_builddir)/src/tools.o\
$(top_builddir)/src/globals.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)