diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2004-08-24 16:39:29 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2004-08-24 16:39:29 +0000 |
commit | c3b2bf38e27efbc0a2a27c958f92420e3b1cdaeb (patch) | |
tree | e3d02792f115a651f46b1114f58e3cbc9b2c829c | |
parent | 893aed8eef149ceebf30adbb27d6f565ae4d543a (diff) | |
download | tinyproxy-c3b2bf38e27efbc0a2a27c958f92420e3b1cdaeb.tar.gz tinyproxy-c3b2bf38e27efbc0a2a27c958f92420e3b1cdaeb.zip |
Moved all the autoconf/automake configuration information into the
config directory.
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 10 |
1 files changed, 9 insertions, 1 deletions
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 |