[or-cvs] Our program is now called "tor", not "or".

Roger Dingledine arma at seul.org
Tue Sep 3 22:44:51 UTC 2002


Update of /home/or/cvsroot/src/or
In directory moria.seul.org:/home/arma/work/onion/cvs/src/or

Modified Files:
	Makefile.am 
Log Message:
Our program is now called 'tor', not 'or'.


Index: Makefile.am
===================================================================
RCS file: /home/or/cvsroot/src/or/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Makefile.am	15 Jul 2002 21:13:40 -0000	1.5
+++ Makefile.am	3 Sep 2002 22:44:49 -0000	1.6
@@ -3,11 +3,11 @@
 
 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
 



More information about the tor-commits mailing list