summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorAlexander Færøy <ahf@torproject.org>2018-11-17 03:29:04 +0100
committerNick Mathewson <nickm@torproject.org>2018-11-19 10:18:44 -0500
commit3260914db06acd5a8a0b4f0e5991f8e318190dce (patch)
tree4c26e53928c5c8a302fe508d7c088aca8cd84066 /src/tools
parent942c2da48e414001475ec6d87ce2845dfe99583c (diff)
downloadtor-3260914db06acd5a8a0b4f0e5991f8e318190dce.tar.gz
tor-3260914db06acd5a8a0b4f0e5991f8e318190dce.zip
Add missing library to build tor-print-ed-signing-cert.
To succesful compile tor-print-ed-signing-cert.exe on Windows we sometimes need to include the @TOR_LIB_GDI@ library. See: https://bugs.torproject.org/28485
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/include.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/include.am b/src/tools/include.am
index 73ec86935f..f7aa7e0d1e 100644
--- a/src/tools/include.am
+++ b/src/tools/include.am
@@ -41,7 +41,7 @@ src_tools_tor_print_ed_signing_cert_LDADD = \
$(TOR_CRYPTO_LIBS) \
$(TOR_UTIL_LIBS) \
@TOR_LIB_MATH@ $(TOR_LIBS_CRYPTLIB) \
- @TOR_LIB_WS32@ @TOR_LIB_USERENV@
+ @TOR_LIB_WS32@ @TOR_LIB_USERENV@ @TOR_LIB_GDI@
if USE_NSS
# ...