From: robertc <> Date: Fri, 15 Aug 2003 05:31:51 +0000 (+0000) Subject: bootstrapped X-Git-Tag: SQUID_3_0_PRE3~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cf8da2fc36285de5c5f76e5bc98725cf2a4ce3c1;p=thirdparty%2Fsquid.git bootstrapped --- diff --git a/src/Makefile.in b/src/Makefile.in index ef510f44af..28d086da14 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -17,7 +17,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.318 2003/08/14 21:12:05 robertc Exp $ +# $Id: Makefile.in,v 1.319 2003/08/14 23:31:51 robertc Exp $ # # Uncomment and customize the following to suit your needs: # @@ -379,6 +379,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.in b/src/fs/Makefile.in index 83ec60737a..9dfb08f292 100644 --- a/src/fs/Makefile.in +++ b/src/fs/Makefile.in @@ -16,7 +16,7 @@ # Makefile for storage modules in the Squid Object Cache server # -# $Id: Makefile.in,v 1.46 2003/08/03 21:47:07 robertc Exp $ +# $Id: Makefile.in,v 1.47 2003/08/14 23:31:51 robertc Exp $ # srcdir = @srcdir@ @@ -242,7 +242,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 \ @@ -786,7 +788,7 @@ top_distdir = ../.. distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) distdir: $(DISTFILES) - $(mkinstalldirs) $(distdir)/coss $(distdir)/ufs + $(mkinstalldirs) $(distdir)/coss $(distdir)/null $(distdir)/ufs @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ list='$(DISTFILES)'; for file in $$list; do \