aboutsummaryrefslogtreecommitdiff
path: root/src/or/Makefile.am
blob: f79381a8282b575b1f2ca183f59b9dade0749aa2 (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 = tor

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

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