diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-11-19 10:18:57 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-11-19 10:18:57 -0500 |
commit | 8183640ada0ccef0c1f123a312b99c87269a1cae (patch) | |
tree | 980a9bfed39e36b28ed819304c334bfd4b256f35 /src | |
parent | a8df39e9552bd679b35513fa4a1c98507e870082 (diff) | |
parent | 3260914db06acd5a8a0b4f0e5991f8e318190dce (diff) | |
download | tor-8183640ada0ccef0c1f123a312b99c87269a1cae.tar.gz tor-8183640ada0ccef0c1f123a312b99c87269a1cae.zip |
Merge branch 'maint-0.3.5'
Diffstat (limited to 'src')
-rw-r--r-- | src/tools/include.am | 2 |
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 # ... |