aboutsummaryrefslogtreecommitdiff
path: root/src/trunnel/include.am
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2019-01-08 11:13:37 -0500
committerDavid Goulet <dgoulet@torproject.org>2019-04-29 12:17:57 -0400
commiteef78ac0b07096a6925ae42e8b5d526304fa54a8 (patch)
tree024dc707a65506e9cf7b535fb4177a836d61aba4 /src/trunnel/include.am
parentc38d46bf4adf4107d39a2ce46aeacb630f3f112a (diff)
downloadtor-eef78ac0b07096a6925ae42e8b5d526304fa54a8.tar.gz
tor-eef78ac0b07096a6925ae42e8b5d526304fa54a8.zip
prop289: Add SENDME trunnel declaration
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/trunnel/include.am')
-rw-r--r--src/trunnel/include.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/trunnel/include.am b/src/trunnel/include.am
index 4f4f1d3624..82e7a66959 100644
--- a/src/trunnel/include.am
+++ b/src/trunnel/include.am
@@ -11,6 +11,7 @@ TRUNNELINPUTS = \
src/trunnel/link_handshake.trunnel \
src/trunnel/pwbox.trunnel \
src/trunnel/channelpadding_negotiation.trunnel \
+ src/trunnel/sendme.trunnelĀ \
src/trunnel/socks5.trunnel \
src/trunnel/circpad_negotiation.trunnel
@@ -24,6 +25,7 @@ TRUNNELSOURCES = \
src/trunnel/hs/cell_introduce1.c \
src/trunnel/hs/cell_rendezvous.c \
src/trunnel/channelpadding_negotiation.c \
+ src/trunnel/sendme.c \
src/trunnel/socks5.c \
src/trunnel/netinfo.c \
src/trunnel/circpad_negotiation.c
@@ -40,6 +42,7 @@ TRUNNELHEADERS = \
src/trunnel/hs/cell_introduce1.h \
src/trunnel/hs/cell_rendezvous.h \
src/trunnel/channelpadding_negotiation.h \
+ src/trunnel/sendme.h \
src/trunnel/socks5.h \
src/trunnel/netinfo.h \
src/trunnel/circpad_negotiation.h