diff options
author | Roger Dingledine <arma@torproject.org> | 2003-09-22 06:22:08 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2003-09-22 06:22:08 +0000 |
commit | 9cb746ac2e891d64455e5c22a56990dac31b3562 (patch) | |
tree | 2591e678e8c08c07f81b4b2ec062d0fcb22ad7c6 /src | |
parent | 39fd5dd405af7e0b52945cc95dd4223c66a6eb7b (diff) | |
download | tor-9cb746ac2e891d64455e5c22a56990dac31b3562.tar tor-9cb746ac2e891d64455e5c22a56990dac31b3562.tar.gz |
call it tor, not or
svn:r478
Diffstat (limited to 'src')
-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 5a9a4c278..02eea56e9 100644 --- a/src/or/Makefile.am +++ b/src/or/Makefile.am @@ -2,14 +2,14 @@ TESTS = test noinst_PROGRAMS = test -bin_PROGRAMS = or +bin_PROGRAMS = tor -or_SOURCES = buffers.c circuit.c command.c connection.c \ +tor_SOURCES = buffers.c circuit.c command.c connection.c \ connection_or.c config.c \ onion.c routers.c directory.c dns.c connection_edge.c \ cpuworker.c main.c tor_main.c -or_LDADD = ../common/libor.a +tor_LDADD = ../common/libor.a test_SOURCES = buffers.c circuit.c command.c connection.c \ connection_or.c config.c \ |