From: robertc <> Date: Fri, 15 Aug 2003 05:21:51 +0000 (+0000) Subject: Summary: Dist recent new files. X-Git-Tag: SQUID_3_0_PRE3~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f1300334132b69c142b1f9f5d54356e56bcf5164;p=thirdparty%2Fsquid.git Summary: Dist recent new files. Keywords: Dist recent new files. --- diff --git a/src/Makefile.am b/src/Makefile.am index 9c4833f785..b1b0f27c14 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.88 2003/08/14 14:37:00 robertc Exp $ +# $Id: Makefile.am,v 1.89 2003/08/14 23:21:51 robertc Exp $ # # Uncomment and customize the following to suit your needs: # @@ -209,6 +209,7 @@ EXTRA_squid_SOURCES = \ dns_internal.cc \ $(EPOLL_ALL_SOURCE) \ htcp.cc \ + htcp.h \ $(IDENT_ALL_SOURCE) \ $(ESI_ALL_SOURCE) \ ProfStats.cc \ diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am index 8e35449c51..784cb374e9 100644 --- a/src/fs/Makefile.am +++ b/src/fs/Makefile.am @@ -1,6 +1,6 @@ # Makefile for storage modules in the Squid Object Cache server # -# $Id: Makefile.am,v 1.9 2003/08/03 21:47:07 robertc Exp $ +# $Id: Makefile.am,v 1.10 2003/08/14 23:21:52 robertc Exp $ # AUTOMAKE_OPTIONS = subdir-objects @@ -34,7 +34,9 @@ libufs_a_SOURCES = ufs/store_dir_ufs.cc ufs/store_io_ufs.cc ufs/store_ufs.h EXTRA_DIST = \ coss/coss-notes.txt \ ufs/IOModule.h \ - ufs/StoreFSufs.h + coss/StoreFScoss.h \ + ufs/StoreFSufs.h \ + null/StoreFSnull.h INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \ -I$(top_srcdir)/src/