summaryrefslogtreecommitdiff
path: root/src/or/Makefile.am
blob: 9b7c5a38a8a1535fa5290f44b38e779e623cedb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
TESTS = test

noinst_PROGRAMS = test

bin_PROGRAMS = or

or_SOURCES = buffers.c circuit.c command.c connection.c \
             connection_exit.c connection_ap.c connection_op.c connection_or.c config.c \
             onion.c routers.c directory.c dns.c \
             main.c tor_main.c

or_LDADD = -L../common -lor -lz

test_SOURCES = buffers.c circuit.c command.c connection.c \
             connection_exit.c connection_ap.c connection_op.c connection_or.c config.c \
             onion.c routers.c directory.c dns.c \
             main.c test.c

test_LDADD = -L../common -lor -lz

noinst_HEADERS = or.h tree.h