Skip to content
Snippets Groups Projects
Commit 9cb746ac authored by Roger Dingledine's avatar Roger Dingledine
Browse files

call it tor, not or

svn:r478
parent 39fd5dd4
No related branches found
No related tags found
No related merge requests found
......@@ -2,14 +2,14 @@ TESTS = test
noinst_PROGRAMS = test
bin_PROGRAMS = or
bin_PROGRAMS = tor
or_SOURCES = buffers.c circuit.c command.c connection.c \
tor_SOURCES = buffers.c circuit.c command.c connection.c \
connection_or.c config.c \
onion.c routers.c directory.c dns.c connection_edge.c \
cpuworker.c main.c tor_main.c
or_LDADD = ../common/libor.a
tor_LDADD = ../common/libor.a
test_SOURCES = buffers.c circuit.c command.c connection.c \
connection_or.c config.c \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment