diff options
author | Roger Dingledine <arma@torproject.org> | 2004-07-22 22:35:25 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-07-22 22:35:25 +0000 |
commit | a45090971611a3cf46a91cfff75a63858382f9fb (patch) | |
tree | 7632a1b1262302b6e629ca06625b710b913f5b22 /contrib/Makefile.am | |
parent | 6ea9002824027049dbeacbb6a4e70ac339bef953 (diff) | |
download | tor-a45090971611a3cf46a91cfff75a63858382f9fb.tar.gz tor-a45090971611a3cf46a91cfff75a63858382f9fb.zip |
rename tor_resolve to tor-resolve
svn:r2113
Diffstat (limited to 'contrib/Makefile.am')
-rw-r--r-- | contrib/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am index 707a09dcd7..ca07ed0277 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -1,9 +1,9 @@ confdir = $(sysconfdir)/tor -EXTRA_DIST = tor-tsocks.conf torify.1 tor.spec tor_resolve +EXTRA_DIST = tor-tsocks.conf torify.1 tor.spec tor-resolve conf_DATA = tor-tsocks.conf -bin_SCRIPTS = torify tor_resolve +bin_SCRIPTS = torify tor-resolve man_MANS = torify.1 |