|
|
@@ -7,7 +7,7 @@ bin_PROGRAMS = tor
|
|
|
tor_SOURCES = buffers.c circuit.c command.c config.c \
|
|
|
connection.c connection_edge.c connection_or.c \
|
|
|
cpuworker.c directory.c dirserv.c dns.c main.c \
|
|
|
- onion.c rendcommon.c rendservice.c rephist.c \
|
|
|
+ onion.c rendcommon.c rendmid.c rendservice.c rephist.c \
|
|
|
router.c routerlist.c \
|
|
|
tor_main.c
|
|
|
|
|
|
@@ -16,7 +16,7 @@ tor_LDADD = ../common/libor.a
|
|
|
test_SOURCES = buffers.c circuit.c command.c config.c \
|
|
|
connection.c connection_edge.c connection_or.c \
|
|
|
cpuworker.c directory.c dirserv.c dns.c main.c \
|
|
|
- onion.c rendcommon.c rendservice.c rephist.c \
|
|
|
+ onion.c rendcommon.c rendmid.c rendservice.c rephist.c \
|
|
|
router.c routerlist.c \
|
|
|
test.c
|
|
|
|