[or-cvs] changed my mind, sort of

Roger Dingledine arma at seul.org
Tue Sep 3 22:53:36 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:
changed my mind, sort of

the package is tor, the binary is or.

and i added our project plan to the todo file.



Index: Makefile.am
===================================================================
RCS file: /home/or/cvsroot/src/or/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Makefile.am	3 Sep 2002 22:44:49 -0000	1.6
+++ Makefile.am	3 Sep 2002 22:53:34 -0000	1.7
@@ -3,11 +3,11 @@
 
 noinst_PROGRAMS = test_config
 
-bin_PROGRAMS = tor
+bin_PROGRAMS = or
 
-tor_LDADD = -L../common -lor
+or_LDADD = -L../common -lor
 
-tor_SOURCES = buffers.c cell.c circuit.c command.c connection.c \
+or_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