diff options
author | Roger Dingledine <arma@torproject.org> | 2004-02-17 04:48:01 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-02-17 04:48:01 +0000 |
commit | a8d8b82662d6827cc3f1c4533de31f0794b64b91 (patch) | |
tree | 59c14fd32d995eeaff135a985d52ec5c05a3d785 | |
parent | fdf959536feda8b1f647ecd49a017b381cfe1bd5 (diff) | |
download | tor-a8d8b82662d6827cc3f1c4533de31f0794b64b91.tar tor-a8d8b82662d6827cc3f1c4533de31f0794b64b91.tar.gz |
install the 'tor' binary to usr/sbin by default
svn:r1082
-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 f79381a82..8b4fc2443 100644 --- a/src/or/Makefile.am +++ b/src/or/Makefile.am @@ -2,7 +2,7 @@ TESTS = test noinst_PROGRAMS = test -bin_PROGRAMS = tor +sbin_PROGRAMS = tor tor_SOURCES = buffers.c circuit.c command.c connection.c \ connection_or.c config.c dirserv.c \ |