summaryrefslogtreecommitdiff
path: root/tests/slow/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/slow/Makefile.am')
-rw-r--r--tests/slow/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/slow/Makefile.am b/tests/slow/Makefile.am
index 2672c1b2f6..7e8e4650ca 100644
--- a/tests/slow/Makefile.am
+++ b/tests/slow/Makefile.am
@@ -53,7 +53,7 @@ check_PROGRAMS = $(ctests) cipher-test cipher-api-test cipher-override mac-overr
TESTS = $(ctests) test-ciphers.sh override-ciphers test-hash-large.sh crypto test-ciphers-api.sh
if HAVE_LIBCRYPTO
-cipher_openssl_compat_LDFLAGS = $(LDADD) $(LIBCRYPTO)
+cipher_openssl_compat_LDADD = $(LDADD) $(LIBCRYPTO)
dist_check_SCRIPTS += test-ciphers-openssl.sh
check_PROGRAMS += cipher-openssl-compat