summaryrefslogtreecommitdiff
path: root/src/trunnel/include.am
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2016-08-29 15:31:38 -0400
committerNick Mathewson <nickm@torproject.org>2016-10-31 16:24:30 -0400
commit0fa671843e16f8e64c869726dc2cf3ffb206042a (patch)
tree5c19b66ebb94113e301a26054cf5cb1a255d4636 /src/trunnel/include.am
parentf22eb2730cccab44de579c64ba2386a94abef0fa (diff)
downloadtor-0fa671843e16f8e64c869726dc2cf3ffb206042a.tar.gz
tor-0fa671843e16f8e64c869726dc2cf3ffb206042a.zip
prop224: Add INTRODUCE1 and INTRODUCE_ACK trunnel definition
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/trunnel/include.am')
-rw-r--r--src/trunnel/include.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/trunnel/include.am b/src/trunnel/include.am
index d48971acbd..9b26d58615 100644
--- a/src/trunnel/include.am
+++ b/src/trunnel/include.am
@@ -19,7 +19,8 @@ TRUNNELSOURCES = \
src/trunnel/link_handshake.c \
src/trunnel/pwbox.c \
src/trunnel/hs/cell_common.c \
- src/trunnel/hs/cell_establish_intro.c
+ src/trunnel/hs/cell_establish_intro.c \
+ src/trunnel/hs/cell_introduce1.c
TRUNNELHEADERS = \
src/ext/trunnel/trunnel.h \
@@ -29,7 +30,8 @@ TRUNNELHEADERS = \
src/trunnel/link_handshake.h \
src/trunnel/pwbox.h \
src/trunnel/hs/cell_common.h \
- src/trunnel/hs/cell_establish_intro.h
+ src/trunnel/hs/cell_establish_intro.h \
+ src/trunnel/hs/cell_introduce1.h
src_trunnel_libor_trunnel_a_SOURCES = $(TRUNNELSOURCES)
src_trunnel_libor_trunnel_a_CPPFLAGS = -DTRUNNEL_LOCAL_H $(AM_CPPFLAGS)