From c5922aa2081dc01e290c10c6b098e4b5155282b2 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Tue, 3 Sep 2002 22:44:49 +0000 Subject: [PATCH] Our program is now called 'tor', not 'or'. svn:r92 --- configure.in | 2 +- src/or/Makefile.am | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.in b/configure.in index c6616f9ef7..ac1bcef040 100644 --- a/configure.in +++ b/configure.in @@ -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" diff --git a/src/or/Makefile.am b/src/or/Makefile.am index 0bf5f4a787..24408979f7 100644 --- a/src/or/Makefile.am +++ b/src/or/Makefile.am @@ -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