diff options
author | Roger Dingledine <arma@torproject.org> | 2005-03-26 01:45:50 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-03-26 01:45:50 +0000 |
commit | e692e7385311c56b0a84213c0f81a2178eddc07c (patch) | |
tree | 7200f3f8cf66b1c739dfceeb506e248ced899a3c | |
parent | 13283834829877d6cf81dd7d63224a650c89ad8d (diff) | |
download | tor-e692e7385311c56b0a84213c0f81a2178eddc07c.tar.gz tor-e692e7385311c56b0a84213c0f81a2178eddc07c.zip |
deal with the fact that tor-control.py got renamed
svn:r3883
-rw-r--r-- | contrib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am index 695bafb72c..fb7ac081b6 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -3,7 +3,7 @@ DIST_SUBDIRS = osx confdir = $(sysconfdir)/tor -EXTRA_DIST = exitlist tor-tsocks.conf torify.1 tor-control.py tor.nsi tor.sh torctl +EXTRA_DIST = exitlist tor-tsocks.conf torify.1 TorControl.py tor.nsi tor.sh torctl conf_DATA = tor-tsocks.conf |