From: Roger Dingledine Date: Mon, 22 Sep 2003 06:22:08 +0000 (+0000) Subject: call it tor, not or X-Git-Tag: tor-0.0.2pre13~153 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9cb746ac2e891d64455e5c22a56990dac31b3562;p=thirdparty%2Ftor.git call it tor, not or svn:r478 --- diff --git a/src/or/Makefile.am b/src/or/Makefile.am index 5a9a4c2787..02eea56e9d 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 \