From 10ddf2b47fd2b36e50fdd82ca3079c0b9aaca46a Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Tue, 9 Nov 2004 01:34:18 +0000 Subject: ship tor-control.py in the tarball svn:r2713 --- contrib/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/Makefile.am') diff --git a/contrib/Makefile.am b/contrib/Makefile.am index e53f5d7399..278671d261 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -1,9 +1,9 @@ confdir = $(sysconfdir)/tor -EXTRA_DIST = tor-tsocks.conf torify.1 +EXTRA_DIST = tor-tsocks.conf torify.1 tor-control.py conf_DATA = tor-tsocks.conf -bin_SCRIPTS = torify +bin_SCRIPTS = torify tor-control.py man_MANS = torify.1 -- cgit v1.2.3-54-g00ecf