]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Our program is now called 'tor', not 'or'.
authorRoger Dingledine <arma@torproject.org>
Tue, 3 Sep 2002 22:44:49 +0000 (22:44 +0000)
committerRoger Dingledine <arma@torproject.org>
Tue, 3 Sep 2002 22:44:49 +0000 (22:44 +0000)
svn:r92

configure.in
src/or/Makefile.am

index c6616f9ef744313f6307d074dc2d47192f4ffb4b..ac1bcef0405e1e73a5b97e27e9a6016af9c06872 100644 (file)
@@ -1,6 +1,6 @@
 
 AC_INIT
-AM_INIT_AUTOMAKE(or, 0.0.0)
+AM_INIT_AUTOMAKE(tor, 0.0.0)
 AM_CONFIG_HEADER(orconfig.h)
 
 CFLAGS="-Wall -O2"
index 0bf5f4a787e1ac4ad48d07b44fbdb408edef769e..24408979f7aad0aa59d45d2fb5916da223bac2f1 100644 (file)
@@ -3,11 +3,11 @@ TESTS = test_config
 
 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