diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2004-08-24 18:41:18 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2004-08-24 18:41:18 +0000 |
commit | 7e91fdd97542576408859fd8ea3bd25c05979f4a (patch) | |
tree | ee0821b147bbebc4bad8cd08e48e96efc64b731f | |
parent | 7af47907be46a19187fdceaa774dbc2e2ead9c9e (diff) | |
download | tinyproxy-7e91fdd97542576408859fd8ea3bd25c05979f4a.tar.gz tinyproxy-7e91fdd97542576408859fd8ea3bd25c05979f4a.zip |
Added config/argenable.m4 to the list of configuration files needed by
the autoconf system.
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 5a05a8e..eedd723 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,7 +14,7 @@ PACKAGING = $(REDHAT) CONFIG_FILES = \ config/config.guess config/config.sub \ config/ltmain.sh config/install-sh config/missing config/mkinstalldirs \ - config/typecheck.m4 + config/typecheck.m4 config/argenable.m4 EXTRA_DIST = $(CONFIG_FILES) TODO $(PACKAGING) bootstrap SUBDIRS = src doc |