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
|
|
|
|
2002-09-04 00:53:34 +02:00
|
|
|
bin_PROGRAMS = or
|
2002-06-29 01:26:42 +02:00
|
|
|
|
2002-10-03 04:17:41 +02:00
|
|
|
or_SOURCES = buffers.c circuit.c command.c connection.c \
|
2003-09-13 00:45:31 +02:00
|
|
|
connection_or.c config.c \
|
2003-04-12 00:11:11 +02:00
|
|
|
onion.c routers.c directory.c dns.c connection_edge.c \
|
2003-08-21 01:05:22 +02:00
|
|
|
cpuworker.c main.c tor_main.c
|
2002-06-29 01:26:42 +02:00
|
|
|
|
2003-06-13 12:23:42 +02:00
|
|
|
or_LDADD = ../common/libor.a
|
2003-04-07 04:12:02 +02:00
|
|
|
|
|
|
|
test_SOURCES = buffers.c circuit.c command.c connection.c \
|
2003-09-13 00:45:31 +02:00
|
|
|
connection_or.c config.c \
|
2003-04-12 00:11:11 +02:00
|
|
|
onion.c routers.c directory.c dns.c connection_edge.c \
|
2003-08-21 01:05:22 +02:00
|
|
|
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
|
|
|
|
|
|
|
|