aboutsummaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-01-16 13:07:52 -0500
committerNick Mathewson <nickm@torproject.org>2013-01-16 13:07:52 -0500
commit50f527a2c9202105a84e5f6c7d2844c494a46b7d (patch)
tree217b15609b2a2e2dd83816819d3e154a056f3613 /src/tools
parentb987081941bda22e5e37a09c75ffc790c270624b (diff)
downloadtor-50f527a2c9202105a84e5f6c7d2844c494a46b7d.tar
tor-50f527a2c9202105a84e5f6c7d2844c494a46b7d.tar.gz
Actually link against nacl when we want to use it
Fixes more of bug 7972
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/include.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/include.am b/src/tools/include.am
index 610864f68..54b150a80 100644
--- a/src/tools/include.am
+++ b/src/tools/include.am
@@ -10,14 +10,14 @@ src_tools_tor_gencert_LDFLAGS = @TOR_LDFLAGS_zlib@ @TOR_LDFLAGS_openssl@
src_tools_tor_gencert_LDADD = src/common/libor.a src/common/libor-crypto.a \
$(LIBDONNA) \
@TOR_LIB_MATH@ @TOR_ZLIB_LIBS@ @TOR_OPENSSL_LIBS@ \
- @TOR_LIB_WS32@ @TOR_LIB_GDI@
+ @TOR_LIB_WS32@ @TOR_LIB_GDI@ @CURVE25519_LIBS@
src_tools_tor_checkkey_SOURCES = src/tools/tor-checkkey.c
src_tools_tor_checkkey_LDFLAGS = @TOR_LDFLAGS_zlib@ @TOR_LDFLAGS_openssl@
src_tools_tor_checkkey_LDADD = src/common/libor.a src/common/libor-crypto.a \
$(LIBDONNA) \
@TOR_LIB_MATH@ @TOR_ZLIB_LIBS@ @TOR_OPENSSL_LIBS@ \
- @TOR_LIB_WS32@ @TOR_LIB_GDI@
+ @TOR_LIB_WS32@ @TOR_LIB_GDI@ @CURVE25519_LIBS@
include src/tools/tor-fw-helper/include.am