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

noinst_PROGRAMS = test_config

bin_PROGRAMS = or

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

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

test_config_SOURCES = test_config.c

test_config_LDADD = config.o -L../common -lor

noinst_HEADERS = or.h tree.h