]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bootstrapped
authorhno <>
Thu, 27 Dec 2001 20:11:57 +0000 (20:11 +0000)
committerhno <>
Thu, 27 Dec 2001 20:11:57 +0000 (20:11 +0000)
Makefile.in

index ed22d918934a8fdcdaac32e659319eee34ac12e0..8a126e89eaa63fbaec7399f2d96100eb8b076b77 100644 (file)
@@ -14,7 +14,7 @@
 @SET_MAKE@
 
 #
-# $Id: Makefile.in,v 1.6 2001/11/30 10:07:30 hno Exp $
+# $Id: Makefile.in,v 1.7 2001/12/27 13:11:57 hno Exp $
 #
 
 SHELL = @SHELL@
@@ -123,10 +123,22 @@ install_sh = @install_sh@
 makesnmplib = @makesnmplib@
 
 AUTOMAKE_OPTIONS = dist-bzip2 subdir-objects VERSION=1.5
-DIST_SUBDIRS = lib snmplib scripts src icons errors contrib
-SUBDIRS = lib @makesnmplib@ scripts src icons errors
+DIST_SUBDIRS = lib snmplib scripts src icons errors contrib doc
+SUBDIRS = lib @makesnmplib@ scripts src icons errors doc
 
 DISTCLEANFILES = include/stamp-h include/stamp-h[0-9]*
+
+EXTRA_DIST = \
+       ChangeLog \
+       CONTRIBUTORS \
+       COPYING \
+       COPYRIGHT \
+       CREDITS \
+       INSTALL \
+       QUICKSTART \
+       README \
+       SPONSORS
+
 subdir = .
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs