summaryrefslogtreecommitdiff
path: root/modules/system-quote-tests
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system-quote-tests')
-rw-r--r--modules/system-quote-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system-quote-tests b/modules/system-quote-tests
index eb69bbd345..413453b081 100644
--- a/modules/system-quote-tests
+++ b/modules/system-quote-tests
@@ -18,7 +18,7 @@ configure.ac:
Makefile.am:
TESTS += test-system-quote.sh
check_PROGRAMS += test-system-quote-main test-system-quote-child
-test_system_quote_main_LDADD = $(LDADD) @LIBINTL@
+test_system_quote_main_LDADD = $(LDADD) @LIBINTL@ $(LIBTHREAD)
# The test-system-quote-child program must be a real executable, not a libtool
# wrapper script, and should link against as few libraries as possible.
# Therefore don't link it against any libraries other than -lc.