From: serassio <> Date: Tue, 10 Jan 2006 01:02:12 +0000 (+0000) Subject: New file forward.h is missing from make dist X-Git-Tag: SQUID_3_0_PRE4~385 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bd61868249006b01dfc1edaf3b7338e78734dd2;p=thirdparty%2Fsquid.git New file forward.h is missing from make dist --- diff --git a/src/Makefile.am b/src/Makefile.am index 8e2a09a0da..2c0dec0bf9 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.124 2005/12/26 10:47:48 serassio Exp $ +# $Id: Makefile.am,v 1.125 2006/01/09 18:02:12 serassio Exp $ # # Uncomment and customize the following to suit your needs: # @@ -404,6 +404,7 @@ squid_SOURCES = \ fde.h \ filemap.cc \ forward.cc \ + forward.h \ fqdncache.cc \ ftp.cc \ Generic.h \ @@ -671,6 +672,7 @@ ufsdump_SOURCES = debug.cc \ fde.h \ filemap.cc \ forward.cc \ + forward.h \ fqdncache.cc \ ftp.cc \ gopher.cc \