diff options
author | Roger Dingledine <arma@torproject.org> | 2004-02-25 06:41:21 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-02-25 06:41:21 +0000 |
commit | 01e7b8638d33aa50468e173160c6c3172946d22e (patch) | |
tree | 6abf39d0fdd611b4e1f169b92044637f82faa340 /src | |
parent | 7985f525ecaab537da6b9cc9f849eb6ba22ff411 (diff) | |
download | tor-01e7b8638d33aa50468e173160c6c3172946d22e.tar tor-01e7b8638d33aa50468e173160c6c3172946d22e.tar.gz |
move the tor program back to usr/bin/
svn:r1119
Diffstat (limited to 'src')
-rw-r--r-- | src/or/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/Makefile.am b/src/or/Makefile.am index 8b4fc2443..f79381a82 100644 --- a/src/or/Makefile.am +++ b/src/or/Makefile.am @@ -2,7 +2,7 @@ TESTS = test noinst_PROGRAMS = test -sbin_PROGRAMS = tor +bin_PROGRAMS = tor tor_SOURCES = buffers.c circuit.c command.c connection.c \ connection_or.c config.c dirserv.c \ |