[or-cvs] call it tor, not or
Roger Dingledine
arma at seul.org
Mon Sep 22 06:22:11 UTC 2003
Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/src/or
Modified Files:
Makefile.am
Log Message:
call it tor, not or
Index: Makefile.am
===================================================================
RCS file: /home/or/cvsroot/src/or/Makefile.am,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- Makefile.am 12 Sep 2003 22:45:31 -0000 1.20
+++ Makefile.am 22 Sep 2003 06:22:08 -0000 1.21
@@ -2,14 +2,14 @@
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 \
More information about the tor-commits
mailing list