diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-08-27 01:05:06 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-08-27 01:05:06 +0000 |
commit | 7889aa4951a08c983408ad6086587b04fa0ef19e (patch) | |
tree | 4c762c56b09f72874ccce9da37f50587a6e04aa6 | |
parent | f590a7d738eba5be08add159c9eaabce2564de39 (diff) | |
download | tinyproxy-7889aa4951a08c983408ad6086587b04fa0ef19e.tar.gz tinyproxy-7889aa4951a08c983408ad6086587b04fa0ef19e.zip |
Don't include ./reconf in the tarball.
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 e342558..59368ef 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,2 +1,2 @@ -EXTRA_DIST = configure acconfig.h aclocal.m4 acinclude.m4 reconf +EXTRA_DIST = configure acconfig.h aclocal.m4 acinclude.m4 SUBDIRS = src doc |