Fix "JAP-client" hideous ASN1 bug, twice. (Fix1: check more thoroughly for TLS errors...
[tor.git] / src / or / Makefile.am
blobdede21aea0d48499b6490272f79ff763956cff53
1 TESTS = test
3 noinst_PROGRAMS = test
5 bin_PROGRAMS = tor
7 tor_SOURCES = buffers.c circuitbuild.c circuitlist.c \
8         circuituse.c command.c config.c \
9         connection.c connection_edge.c connection_or.c control.c \
10         cpuworker.c directory.c dirserv.c dns.c hibernate.c main.c \
11         onion.c relay.c rendcommon.c rendclient.c rendmid.c \
12         rendservice.c rephist.c router.c routerlist.c routerparse.c \
13         tor_main.c
15 tor_LDADD = ../common/libor.a ../common/libor-crypto.a -lz -lssl -lcrypto
17 test_SOURCES = buffers.c circuitbuild.c circuitlist.c \
18         circuituse.c command.c config.c \
19         connection.c connection_edge.c connection_or.c control.c \
20         cpuworker.c directory.c dirserv.c dns.c hibernate.c main.c \
21         onion.c relay.c rendcommon.c rendclient.c rendmid.c \
22         rendservice.c rephist.c router.c routerlist.c routerparse.c \
23         test.c
25 test_LDADD = ../common/libor.a ../common/libor-crypto.a -lz -lssl -lcrypto
27 noinst_HEADERS = or.h tree.h