diff options
author | Roger Dingledine <arma@torproject.org> | 2002-09-03 22:53:34 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2002-09-03 22:53:34 +0000 |
commit | adfd11b9acf55fc874750dad539bfa6dd0cbf11b (patch) | |
tree | 4f2dd01d792834fa21923bddb06e47af26411b36 /src | |
parent | c5922aa2081dc01e290c10c6b098e4b5155282b2 (diff) | |
download | tor-adfd11b9acf55fc874750dad539bfa6dd0cbf11b.tar.gz tor-adfd11b9acf55fc874750dad539bfa6dd0cbf11b.zip |
changed my mind, sort of
the package is tor, the binary is or.
and i added our project plan to the todo file.
svn:r93
Diffstat (limited to 'src')
-rw-r--r-- | src/or/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/or/Makefile.am b/src/or/Makefile.am index 24408979f7..0bf5f4a787 100644 --- a/src/or/Makefile.am +++ b/src/or/Makefile.am @@ -3,11 +3,11 @@ TESTS = test_config 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 |