From c3b2bf38e27efbc0a2a27c958f92420e3b1cdaeb Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Tue, 24 Aug 2004 16:39:29 +0000 Subject: Moved all the autoconf/automake configuration information into the config directory. --- Makefile.am | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 2c65ace..5a05a8e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,7 +8,15 @@ REDHAT = \ # Packaging files PACKAGING = $(REDHAT) -EXTRA_DIST = TODO $(PACKAGING) +# +# The following files are required for the build process +# +CONFIG_FILES = \ + config/config.guess config/config.sub \ + config/ltmain.sh config/install-sh config/missing config/mkinstalldirs \ + config/typecheck.m4 + +EXTRA_DIST = $(CONFIG_FILES) TODO $(PACKAGING) bootstrap SUBDIRS = src doc install-data-local: tinyproxy-configure-file tinyproxy-html-files -- cgit v1.2.3