diff options
author | Andrew Lewman <andrew@torproject.org> | 2006-05-26 13:42:28 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2006-05-26 13:42:28 +0000 |
commit | 0cdba91de554a13cb64420ce3bd35f079383a629 (patch) | |
tree | 38dad5df787f6ae74a07598695f41d2cb0dd0bd2 /contrib | |
parent | f9e3b5f24cb25a3ad4c91098e60b606017f37187 (diff) | |
download | tor-0cdba91de554a13cb64420ce3bd35f079383a629.tar.gz tor-0cdba91de554a13cb64420ce3bd35f079383a629.zip |
Let AC_OUTPUT know about contrib/suse/tor.sh and we only need tor.sh
from contrib/suse
svn:r6501
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/suse/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/suse/Makefile.am b/contrib/suse/Makefile.am index c9c0447a5d..06511c0425 100644 --- a/contrib/suse/Makefile.am +++ b/contrib/suse/Makefile.am @@ -1,3 +1,3 @@ confdir = $(sysconfdir)/tor -EXTRA_DIST = tor.sh.in tor.sh +EXTRA_DIST = tor.sh |