diff options
author | rl1987 <rl1987@sdf.lonestar.org> | 2018-05-13 14:13:15 +0200 |
---|---|---|
committer | rl1987 <rl1987@sdf.lonestar.org> | 2018-06-26 12:37:33 +0300 |
commit | 240f33e3274fd0e9c2f97f6d3cb1e0f99263e9c7 (patch) | |
tree | 138d20945e83a95808f6864e1357c04e0aa038b2 /src/trunnel/include.am | |
parent | adbe6a25215b5f2c626a0801a49d596c0e478b5c (diff) | |
download | tor-240f33e3274fd0e9c2f97f6d3cb1e0f99263e9c7.tar.gz tor-240f33e3274fd0e9c2f97f6d3cb1e0f99263e9c7.zip |
Generate trunnel impls and include into build
Diffstat (limited to 'src/trunnel/include.am')
-rw-r--r-- | src/trunnel/include.am | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/trunnel/include.am b/src/trunnel/include.am index 5a0a79c3a0..03c1753e96 100644 --- a/src/trunnel/include.am +++ b/src/trunnel/include.am @@ -10,7 +10,8 @@ TRUNNELINPUTS = \ src/trunnel/ed25519_cert.trunnel \ src/trunnel/link_handshake.trunnel \ src/trunnel/pwbox.trunnel \ - src/trunnel/channelpadding_negotiation.trunnel + src/trunnel/channelpadding_negotiation.trunnel \ + src/trunner/socks5.trunnel TRUNNELSOURCES = \ src/ext/trunnel/trunnel.c \ @@ -21,7 +22,8 @@ TRUNNELSOURCES = \ src/trunnel/hs/cell_establish_intro.c \ src/trunnel/hs/cell_introduce1.c \ src/trunnel/hs/cell_rendezvous.c \ - src/trunnel/channelpadding_negotiation.c + src/trunnel/channelpadding_negotiation.c \ + src/trunnel/socks5.c TRUNNELHEADERS = \ src/ext/trunnel/trunnel.h \ @@ -34,7 +36,8 @@ TRUNNELHEADERS = \ src/trunnel/hs/cell_establish_intro.h \ src/trunnel/hs/cell_introduce1.h \ src/trunnel/hs/cell_rendezvous.h \ - src/trunnel/channelpadding_negotiation.h + src/trunnel/channelpadding_negotiation.h \ + src/trunnel/socks5.h src_trunnel_libor_trunnel_a_SOURCES = $(TRUNNELSOURCES) src_trunnel_libor_trunnel_a_CPPFLAGS = \ |