]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
New file forward.h is missing from make dist
authorserassio <>
Tue, 10 Jan 2006 01:02:12 +0000 (01:02 +0000)
committerserassio <>
Tue, 10 Jan 2006 01:02:12 +0000 (01:02 +0000)
src/Makefile.am

index 8e2a09a0da5f80761f40b95aa758475c1829509d..2c0dec0bf965450a52d41be7cca73458d57ab967 100644 (file)
@@ -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 \