summaryrefslogtreecommitdiff
path: root/modules/crypto/gc-md2-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-08-24 14:28:15 +0200
committerBruno Haible <bruno@clisp.org>2019-08-24 14:28:15 +0200
commit480329c98c6a8928a2b1c57e0f82e233086836f6 (patch)
tree732dcb3990c08fea65ede0adfd7835bae89e090f /modules/crypto/gc-md2-tests
parent31e6cd88898a5742b53cf96eb53f7d2ff139f9af (diff)
downloadgnulib-480329c98c6a8928a2b1c57e0f82e233086836f6.tar.gz
crypto/gc-{md[24],rijndael} tests: Fix link error with --with-libgcrypt.
* modules/crypto/gc-md2-tests (test_gc_md2_LDADD): New variable. * modules/crypto/gc-md4-tests (test_gc_md4_LDADD): New variable. * modules/crypto/gc-rijndael-tests (test_gc_rijndael_LDADD): New variable.
Diffstat (limited to 'modules/crypto/gc-md2-tests')
-rw-r--r--modules/crypto/gc-md2-tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/crypto/gc-md2-tests b/modules/crypto/gc-md2-tests
index 759d3d5503..74ccdf03cd 100644
--- a/modules/crypto/gc-md2-tests
+++ b/modules/crypto/gc-md2-tests
@@ -8,3 +8,4 @@ configure.ac:
Makefile.am:
TESTS += test-gc-md2
check_PROGRAMS += test-gc-md2
+test_gc_md2_LDADD = $(LDADD) @LIB_CRYPTO@