2 src/trunnel/libor-trunnel.a
6 src/trunnel/libor-trunnel-testing.a
9 AM_CPPFLAGS += -I$(srcdir)/src/ext/trunnel -I$(srcdir)/src/trunnel
12 src/trunnel/ed25519_cert.trunnel \
13 src/trunnel/link_handshake.trunnel \
14 src/trunnel/pwbox.trunnel \
15 src/trunnel/channelpadding_negotiation.trunnel
18 src/ext/trunnel/trunnel.c \
19 src/trunnel/ed25519_cert.c \
20 src/trunnel/link_handshake.c \
22 src/trunnel/hs/cell_common.c \
23 src/trunnel/hs/cell_establish_intro.c \
24 src/trunnel/hs/cell_introduce1.c \
25 src/trunnel/hs/cell_rendezvous.c \
26 src/trunnel/channelpadding_negotiation.c
29 src/ext/trunnel/trunnel.h \
30 src/ext/trunnel/trunnel-impl.h \
31 src/trunnel/trunnel-local.h \
32 src/trunnel/ed25519_cert.h \
33 src/trunnel/link_handshake.h \
35 src/trunnel/hs/cell_common.h \
36 src/trunnel/hs/cell_establish_intro.h \
37 src/trunnel/hs/cell_introduce1.h \
38 src/trunnel/hs/cell_rendezvous.h \
39 src/trunnel/channelpadding_negotiation.h
41 src_trunnel_libor_trunnel_a_SOURCES = $(TRUNNELSOURCES)
42 src_trunnel_libor_trunnel_a_CPPFLAGS = -DTRUNNEL_LOCAL_H $(AM_CPPFLAGS)
44 src_trunnel_libor_trunnel_testing_a_SOURCES = $(TRUNNELSOURCES)
45 src_trunnel_libor_trunnel_testing_a_CPPFLAGS = -DTRUNNEL_LOCAL_H $(AM_CPPFLAGS) $(TEST_CPPFLAGS)
46 src_trunnel_libor_trunnel_testing_a_CFLAGS = $(AM_CFLAGS) $(TEST_CFLAGS)
48 noinst_HEADERS+= $(TRUNNELHEADERS)