aboutsummaryrefslogtreecommitdiff
path: root/src/trunnel/include.am
diff options
context:
space:
mode:
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)