--------------------- PatchSet 5932 Date: 2007/10/08 04:23:29 Author: amosjeffries Branch: squid3-ipv6 Tag: (none) Log: Fix case-sensative filename of icmp.h, actually ICMP.h. Members: src/Makefile.am:1.58.2.22->1.58.2.23 Index: squid3/src/Makefile.am =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/Makefile.am,v retrieving revision 1.58.2.22 retrieving revision 1.58.2.23 diff -u -r1.58.2.22 -r1.58.2.23 --- squid3/src/Makefile.am 7 Oct 2007 06:19:56 -0000 1.58.2.22 +++ squid3/src/Makefile.am 8 Oct 2007 04:23:29 -0000 1.58.2.23 @@ -1,7 +1,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.am,v 1.58.2.22 2007/10/07 06:19:56 amosjeffries Exp $ +# $Id: Makefile.am,v 1.58.2.23 2007/10/08 04:23:29 amosjeffries Exp $ # # Uncomment and customize the following to suit your needs: # @@ -507,7 +507,7 @@ HttpRequestMethod.cc \ HttpRequestMethod.h \ HttpVersion.h \ - icmp.h \ + ICMP.h \ icmp.cc \ ICMPSquid.h \ ICMPSquid.cc \ @@ -819,7 +819,7 @@ HttpReply.cc \ HttpRequest.cc \ HttpRequestMethod.cc \ - icmp.h \ + ICMP.h \ icmp.cc \ ICMPSquid.h \ ICMPSquid.cc \ @@ -1325,7 +1325,7 @@ HttpMsg.cc \ HttpReply.cc \ HttpStatusLine.cc \ - icmp.h \ + ICMP.h \ icmp.cc \ ICMPSquid.h \ ICMPSquid.cc \ @@ -1494,7 +1494,7 @@ HttpMsg.cc \ HttpReply.cc \ HttpStatusLine.cc \ - icmp.h \ + ICMP.h \ icmp.cc \ ICMPSquid.h \ ICMPSquid.cc \ @@ -1649,7 +1649,7 @@ HttpMsg.cc \ HttpReply.cc \ HttpStatusLine.cc \ - icmp.h \ + ICMP.h \ icmp.cc \ ICMPSquid.h \ ICMPSquid.cc \ @@ -1832,7 +1832,7 @@ HttpRequest.cc \ HttpRequestMethod.cc \ HttpStatusLine.cc \ - icmp.h \ + ICMP.h \ icmp.cc \ ICMPSquid.h \ ICMPSquid.cc \ @@ -1990,7 +1990,7 @@ HttpMsg.cc \ HttpReply.cc \ HttpStatusLine.cc \ - icmp.h \ + ICMP.h \ icmp.cc \ ICMPSquid.h \ ICMPSquid.cc \ @@ -2331,7 +2331,7 @@ HttpMsg.cc \ HttpReply.cc \ HttpStatusLine.cc \ - icmp.h \ + ICMP.h \ icmp.cc \ ICMPSquid.h \ ICMPSquid.cc \