aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2002-09-03 22:44:49 +0000
committerRoger Dingledine <arma@torproject.org>2002-09-03 22:44:49 +0000
commitc5922aa2081dc01e290c10c6b098e4b5155282b2 (patch)
tree5cc239c5f57837e3a7449a2486a39f52c3a2ff5a /src
parent4c761e4537dbbf9ec2b4f3296278f699f79970f1 (diff)
downloadtor-c5922aa2081dc01e290c10c6b098e4b5155282b2.tar
tor-c5922aa2081dc01e290c10c6b098e4b5155282b2.tar.gz
Our program is now called 'tor', not 'or'.
svn:r92
Diffstat (limited to 'src')
-rw-r--r--src/or/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/or/Makefile.am b/src/or/Makefile.am
index 0bf5f4a78..24408979f 100644
--- a/src/or/Makefile.am
+++ b/src/or/Makefile.am
@@ -3,11 +3,11 @@ TESTS = test_config
noinst_PROGRAMS = test_config
-bin_PROGRAMS = or
+bin_PROGRAMS = tor
-or_LDADD = -L../common -lor
+tor_LDADD = -L../common -lor
-or_SOURCES = buffers.c cell.c circuit.c command.c connection.c \
+tor_SOURCES = buffers.c cell.c circuit.c command.c connection.c \
connection_exit.c connection_ap.c connection_op.c connection_or.c config.c \
main.c onion.c routers.c