2003-04-07 04:12:02 +02:00
|
|
|
TESTS = test
|
2002-06-29 01:26:42 +02:00
|
|
|
|
2003-04-07 04:12:02 +02:00
|
|
|
noinst_PROGRAMS = test
|
2002-07-09 21:51:41 +02:00
|
|
|
|
2004-02-25 07:41:21 +01:00
|
|
|
bin_PROGRAMS = tor
|
2002-06-29 01:26:42 +02:00
|
|
|
|
2003-09-22 08:22:08 +02:00
|
|
|
tor_SOURCES = buffers.c circuit.c command.c connection.c \
|
2003-09-27 23:30:10 +02:00
|
|
|
connection_or.c config.c dirserv.c \
|
2003-12-06 06:54:04 +01:00
|
|
|
onion.c router.c routerlist.c directory.c dns.c connection_edge.c \
|
2004-03-20 02:48:05 +01:00
|
|
|
rephist.c cpuworker.c main.c tor_main.c
|
2002-06-29 01:26:42 +02:00
|
|
|
|
2003-09-22 08:22:08 +02:00
|
|
|
tor_LDADD = ../common/libor.a
|
2003-04-07 04:12:02 +02:00
|
|
|
|
|
|
|
test_SOURCES = buffers.c circuit.c command.c connection.c \
|
2003-09-27 23:30:10 +02:00
|
|
|
connection_or.c config.c dirserv.c \
|
2003-12-06 06:54:04 +01:00
|
|
|
onion.c router.c routerlist.c directory.c dns.c connection_edge.c \
|
2004-03-20 05:59:29 +01:00
|
|
|
rephist.c cpuworker.c main.c test.c
|
2002-07-09 21:51:41 +02:00
|
|
|
|
2003-06-13 12:23:42 +02:00
|
|
|
test_LDADD = ../common/libor.a
|
2002-07-09 21:51:41 +02:00
|
|
|
|
2002-12-31 16:04:14 +01:00
|
|
|
noinst_HEADERS = or.h tree.h
|
2002-06-29 01:26:42 +02:00
|
|
|
|
|
|
|
|