diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-01-16 13:07:52 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-01-16 13:07:52 -0500 |
commit | 50f527a2c9202105a84e5f6c7d2844c494a46b7d (patch) | |
tree | 217b15609b2a2e2dd83816819d3e154a056f3613 /src/or/include.am | |
parent | b987081941bda22e5e37a09c75ffc790c270624b (diff) | |
download | tor-50f527a2c9202105a84e5f6c7d2844c494a46b7d.tar.gz tor-50f527a2c9202105a84e5f6c7d2844c494a46b7d.zip |
Actually link against nacl when we want to use it
Fixes more of bug 7972
Diffstat (limited to 'src/or/include.am')
-rw-r--r-- | src/or/include.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/include.am b/src/or/include.am index 08a27e17b2..241015488a 100644 --- a/src/or/include.am +++ b/src/or/include.am @@ -99,7 +99,7 @@ src_or_tor_LDADD = src/or/libtor.a src/common/libor.a \ src/common/libor-crypto.a $(LIBDONNA) \ src/common/libor-event.a \ @TOR_ZLIB_LIBS@ @TOR_LIB_MATH@ @TOR_LIBEVENT_LIBS@ @TOR_OPENSSL_LIBS@ \ - @TOR_LIB_WS32@ @TOR_LIB_GDI@ + @TOR_LIB_WS32@ @TOR_LIB_GDI@ @CURVE25519_LIBS@ ORHEADERS = \ src/or/addressmap.h \ |