diff options
author | rl1987 <rl1987@sdf.lonestar.org> | 2018-09-21 12:39:11 +0300 |
---|---|---|
committer | rl1987 <rl1987@sdf.lonestar.org> | 2018-10-26 12:58:42 +0300 |
commit | b59eedc25992f8c460d4c99968a1fbaa28896610 (patch) | |
tree | 7cf8dba2ee012bf55058b27ca008318bbb82f97b /src/trunnel/include.am | |
parent | 52a82bc53c82c82f754c1267aaa68b48737ba07c (diff) | |
download | tor-b59eedc25992f8c460d4c99968a1fbaa28896610.tar.gz tor-b59eedc25992f8c460d4c99968a1fbaa28896610.zip |
Add trunnel spec and impl for NETINFO cells
Diffstat (limited to 'src/trunnel/include.am')
-rw-r--r-- | src/trunnel/include.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/trunnel/include.am b/src/trunnel/include.am index 03c1753e96..b5db0609a8 100644 --- a/src/trunnel/include.am +++ b/src/trunnel/include.am @@ -23,7 +23,8 @@ TRUNNELSOURCES = \ src/trunnel/hs/cell_introduce1.c \ src/trunnel/hs/cell_rendezvous.c \ src/trunnel/channelpadding_negotiation.c \ - src/trunnel/socks5.c + src/trunnel/socks5.c \ + src/trunnel/netinfo.c TRUNNELHEADERS = \ src/ext/trunnel/trunnel.h \ @@ -37,7 +38,8 @@ TRUNNELHEADERS = \ src/trunnel/hs/cell_introduce1.h \ src/trunnel/hs/cell_rendezvous.h \ src/trunnel/channelpadding_negotiation.h \ - src/trunnel/socks5.h + src/trunnel/socks5.h \ + src/trunnel/netinfo.h src_trunnel_libor_trunnel_a_SOURCES = $(TRUNNELSOURCES) src_trunnel_libor_trunnel_a_CPPFLAGS = \ |