--------------------- PatchSet 937 Date: 2003/10/08 19:32:29 Author: serassio Branch: nt Tag: (none) Log: Missing ipc.h in make dist Members: src/Makefile.am:1.26.2.24->1.26.2.25 Index: squid3/src/Makefile.am =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/Makefile.am,v retrieving revision 1.26.2.24 retrieving revision 1.26.2.25 diff -u -r1.26.2.24 -r1.26.2.25 --- squid3/src/Makefile.am 3 Sep 2003 10:37:29 -0000 1.26.2.24 +++ squid3/src/Makefile.am 8 Oct 2003 19:32:29 -0000 1.26.2.25 @@ -1,7 +1,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.am,v 1.26.2.24 2003/09/03 10:37:29 serassio Exp $ +# $Id: Makefile.am,v 1.26.2.25 2003/10/08 19:32:29 serassio Exp $ # # Uncomment and customize the following to suit your needs: # @@ -391,6 +391,7 @@ int.cc \ internal.cc \ ipc.cc \ + ipc.h \ ipcache.cc \ IPInterception.cc \ IPInterception.h \