diff options
Diffstat (limited to 'src/or/Makefile.am')
-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 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 \ |