summaryrefslogtreecommitdiff
path: root/modules/tls-tests
diff options
context:
space:
mode:
Diffstat (limited to 'modules/tls-tests')
-rw-r--r--modules/tls-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tls-tests b/modules/tls-tests
index 9910af59c2..b9f5a23131 100644
--- a/modules/tls-tests
+++ b/modules/tls-tests
@@ -18,5 +18,5 @@ AC_SUBST([LIBSCHED])
Makefile.am:
TESTS += test-tls
check_PROGRAMS += test-tls
-test_tls_LDADD = @LIBMULTITHREAD@ @LIBSCHED@ $(LDADD)
+test_tls_LDADD = $(LDADD) @LIBMULTITHREAD@ @LIBSCHED@