diff options
author | Roger Dingledine <arma@torproject.org> | 2002-09-03 22:44:49 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2002-09-03 22:44:49 +0000 |
commit | c5922aa2081dc01e290c10c6b098e4b5155282b2 (patch) | |
tree | 5cc239c5f57837e3a7449a2486a39f52c3a2ff5a /src/or | |
parent | 4c761e4537dbbf9ec2b4f3296278f699f79970f1 (diff) | |
download | tor-c5922aa2081dc01e290c10c6b098e4b5155282b2.tar tor-c5922aa2081dc01e290c10c6b098e4b5155282b2.tar.gz |
Our program is now called 'tor', not 'or'.
svn:r92
Diffstat (limited to 'src/or')
-rw-r--r-- | src/or/Makefile.am | 6 |
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 |