diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-10-26 03:09:18 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-10-26 03:09:18 +0000 |
commit | 4680546c65c878f5bc0e39a382408c11d07fe7bd (patch) | |
tree | 1d4d081f38466e5e24c757164d074cbbe5063e6e | |
parent | 84ff99013a7c99d1f1b6c8d84c11148ae2a0ec41 (diff) | |
download | tinyproxy-4680546c65c878f5bc0e39a382408c11d07fe7bd.tar.gz tinyproxy-4680546c65c878f5bc0e39a382408c11d07fe7bd.zip |
Removed all the aclocal.m4, acconfig.h, etc. files since they are included
automatically by the autoconf scripts.
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 ed2f6c3..4f71b3c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,2 +1,2 @@ -EXTRA_DIST = configure acconfig.h aclocal.m4 acinclude.m4 TODO +EXTRA_DIST = TODO SUBDIRS = src doc |