summaryrefslogtreecommitdiff
path: root/modules/localename-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-06-05 16:18:23 +0200
committerBruno Haible <bruno@clisp.org>2011-06-05 16:18:23 +0200
commit1866b237156399f7ec44bf09ad1512bf4099bca7 (patch)
tree17b974395bb636902a6a215ecdba726949e0a3e4 /modules/localename-tests
parent89214de3cc8bb95a5c51154cf7515ac0133c8e4b (diff)
downloadgnulib-1866b237156399f7ec44bf09ad1512bf4099bca7.tar.gz
localename: Fix link dependencies.
* modules/localename (Link): Mention $(LIBTHREAD) or $(LTLIBTHREAD). * modules/localename-tests (Makefile.am): Link test-localename with $(LIBTHREAD).
Diffstat (limited to 'modules/localename-tests')
-rw-r--r--modules/localename-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/localename-tests b/modules/localename-tests
index 3b53c6c148..f7633f03b9 100644
--- a/modules/localename-tests
+++ b/modules/localename-tests
@@ -14,5 +14,5 @@ AC_CHECK_FUNCS_ONCE([newlocale])
Makefile.am:
TESTS += test-localename
check_PROGRAMS += test-localename
-test_localename_LDADD = $(LDADD) @INTL_MACOSX_LIBS@
+test_localename_LDADD = $(LDADD) @INTL_MACOSX_LIBS@ $(LIBTHREAD)