tor/src/or/Makefile.am

24 lines
617 B
Makefile
Raw Normal View History

TESTS = test
noinst_PROGRAMS = test
2003-09-22 08:22:08 +02:00
bin_PROGRAMS = tor
2003-09-22 08:22:08 +02:00
tor_SOURCES = buffers.c circuit.c command.c connection.c \
connection_or.c config.c dirserv.c \
onion.c router.c routerlist.c directory.c dns.c connection_edge.c \
cpuworker.c main.c tor_main.c
2003-09-22 08:22:08 +02:00
tor_LDADD = ../common/libor.a
test_SOURCES = buffers.c circuit.c command.c connection.c \
connection_or.c config.c dirserv.c \
onion.c router.c routerlist.c directory.c dns.c connection_edge.c \
cpuworker.c main.c test.c
test_LDADD = ../common/libor.a
noinst_HEADERS = or.h tree.h