From: hno <> Date: Thu, 27 Dec 2001 20:11:57 +0000 (+0000) Subject: Bootstrapped X-Git-Tag: SQUID_3_0_PRE1~1228 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90ac8658b7bb7f82d8301f7f6483acd6d31be848;p=thirdparty%2Fsquid.git Bootstrapped --- diff --git a/Makefile.in b/Makefile.in index ed22d91893..8a126e89ea 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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