diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-07-14 14:48:22 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-07-14 14:48:22 -0400 |
commit | d2cb92332009567ae778b3570e8fd3420c207446 (patch) | |
tree | 35757b0b9ea1b0639059b949d9b0767763d3104e /src/tools/include.am | |
parent | a65e835800b1af2c2a4c215b0c8ab282e14105b2 (diff) | |
download | tor-d2cb92332009567ae778b3570e8fd3420c207446.tar.gz tor-d2cb92332009567ae778b3570e8fd3420c207446.zip |
Remove tor-fw-helper code
It did a good idea, but the code-quality of libupnpc and libnatpnp
is so dodgy that I'm not really comfortable including them alongside
Tor proper. Instead, we'll recommend that people do the pure-go
reimplementation instead. Closes ticket 13338.
Diffstat (limited to 'src/tools/include.am')
-rw-r--r-- | src/tools/include.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/tools/include.am b/src/tools/include.am index 5d778c1143..ebdd349cb1 100644 --- a/src/tools/include.am +++ b/src/tools/include.am @@ -43,6 +43,4 @@ src_tools_tor_checkkey_LDADD = src/common/libor.a src/common/libor-crypto.a \ @TOR_LIB_MATH@ @TOR_ZLIB_LIBS@ @TOR_OPENSSL_LIBS@ \ @TOR_LIB_WS32@ @TOR_LIB_GDI@ @CURVE25519_LIBS@ -include src/tools/tor-fw-helper/include.am - - +EXTRA_DIST += src/tools/tor-fw-helper/README |