From: serassio <> Date: Sun, 6 Feb 2005 20:19:39 +0000 (+0000) Subject: Missing ufsdump source file dependency X-Git-Tag: SQUID_3_0_PRE4~876 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2873e2eed67fb029ccab00e2e59c7a1c204b8a8e;p=thirdparty%2Fsquid.git Missing ufsdump source file dependency --- diff --git a/src/Makefile.am b/src/Makefile.am index 1bb00379b7..a21ea03d5d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.am,v 1.103 2005/01/03 16:08:25 robertc Exp $ +# $Id: Makefile.am,v 1.104 2005/02/06 13:19:39 serassio Exp $ # # Uncomment and customize the following to suit your needs: # @@ -683,6 +683,7 @@ ufsdump_SOURCES = debug.cc \ IPInterception.cc \ IPInterception.h \ $(LEAKFINDERSOURCE) \ + list.cc \ logfile.cc \ mem.cc \ mem_node.cc \