From 3260914db06acd5a8a0b4f0e5991f8e318190dce Mon Sep 17 00:00:00 2001 From: Alexander Færøy Date: Sat, 17 Nov 2018 03:29:04 +0100 Subject: 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 --- src/tools/include.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 # ... -- cgit v1.2.3-54-g00ecf