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-05-28 04:03:25 +02:00
|
|
|
connection_exit.c connection_ap.c 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-04-07 04:12:02 +02:00
|
|
|
main.c tor_main.c
|
2002-06-29 01:26:42 +02:00
|
|
|
|
2003-04-17 04:24:55 +02:00
|
|
|
or_LDADD = ../common/libor.a -lz
|
2003-04-07 04:12:02 +02:00
|
|
|
|
|
|
|
test_SOURCES = buffers.c circuit.c command.c connection.c \
|
2003-05-28 04:03:25 +02:00
|
|
|
connection_exit.c connection_ap.c 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-04-07 04:12:02 +02:00
|
|
|
main.c test.c
|
2002-07-09 21:51:41 +02:00
|
|
|
|
2003-04-17 04:24:55 +02:00
|
|
|
test_LDADD = ../common/libor.a -lz
|
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
|
|
|
|
|
|
|
|