]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix dependencies for ufsdump now that ssl.cc is renamed to tunnel.cc
authorhno <>
Tue, 11 Feb 2003 20:06:04 +0000 (20:06 +0000)
committerhno <>
Tue, 11 Feb 2003 20:06:04 +0000 (20:06 +0000)
src/Makefile.am

index 08220e4daf2d611365e14c9979ca8ac214ec62d8..e8c494dd9c96ebc1d2044168c1c81e9ea4e4cb39 100644 (file)
@@ -1,7 +1,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.am,v 1.55 2003/02/08 16:16:14 hno Exp $
+#  $Id: Makefile.am,v 1.56 2003/02/11 13:06:04 hno Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
@@ -436,7 +436,7 @@ ufsdump_SOURCES = debug.cc \
        send-announce.cc \
        $(SNMPSOURCE) \
        squid.h \
-       ssl.cc \
+       tunnel.cc \
        $(SSLSOURCE) \
        stat.cc \
        StatHist.cc \