From 50f527a2c9202105a84e5f6c7d2844c494a46b7d Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 16 Jan 2013 13:07:52 -0500 Subject: Actually link against nacl when we want to use it Fixes more of bug 7972 --- src/or/include.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/or/include.am') 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 \ -- cgit v1.2.3-54-g00ecf