summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-07-11 12:51:36 -0400
committerNick Mathewson <nickm@torproject.org>2018-07-11 12:51:36 -0400
commit92db96d80fddca5394a24256bb6b4691f380a8ae (patch)
tree17d928419eefc8fcc3364774fff8309c4aa2597e /Makefile.am
parent66074ad1e21cfe6c98a70b279ed690e357d1c41c (diff)
downloadtor-92db96d80fddca5394a24256bb6b4691f380a8ae.tar.gz
tor-92db96d80fddca5394a24256bb6b4691f380a8ae.zip
Make our crypto library symbolic in the makefiles.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 0f934cf0f2..cf268b0b7b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -127,6 +127,9 @@ TOR_INTERNAL_TESTING_LIBS = \
src/trunnel/libor-trunnel-testing.a \
src/lib/libtor-trace.a
+TOR_LDFLAGS_CRYPTLIB=@TOR_LDFLAGS_openssl@
+TOR_LIBS_CRYPTLIB=@TOR_OPENSSL_LIBS@
+
# All libraries used to link tor-cov
include src/include.am