From 01e7b8638d33aa50468e173160c6c3172946d22e Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Wed, 25 Feb 2004 06:41:21 +0000 Subject: [PATCH] move the tor program back to usr/bin/ svn:r1119 --- src/or/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/or/Makefile.am b/src/or/Makefile.am index 8b4fc2443f..f79381a828 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 \ -- 2.11.4.GIT