]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
bootstrapped
authorrobertc <>
Fri, 15 Aug 2003 05:31:51 +0000 (05:31 +0000)
committerrobertc <>
Fri, 15 Aug 2003 05:31:51 +0000 (05:31 +0000)
src/Makefile.in
src/fs/Makefile.in

index ef510f44af007cd9aadd2963dff33531f3bf9460..28d086da14742785f56d67c199c0470dfcd8847d 100644 (file)
@@ -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 \
index 83ec60737ac36d9783a762aa72e0b2343dc59ff7..9dfb08f292b79b0c22f11078221af9672d50b1ab 100644 (file)
@@ -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 \