summaryrefslogtreecommitdiff
path: root/modules/error-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-01-14 20:30:15 +0100
committerBruno Haible <bruno@clisp.org>2023-01-14 20:32:40 +0100
commit6985db4b6da04c01d84ef4842a958facc872293a (patch)
tree4ac7de7a5ec2c4275afd71c223975e28bd2654c2 /modules/error-tests
parent6ab315e58df7718d4d4a307d415a5bb95b676654 (diff)
downloadgnulib-6985db4b6da04c01d84ef4842a958facc872293a.tar.gz
error, verror tests: Fix link error when the package uses libintl.
* modules/error-tests (Makefile.am): Link test-error with $(LIBINTL). * modules/verror-tests (Makefile.am): Link test-verror with $(LIBINTL).
Diffstat (limited to 'modules/error-tests')
-rw-r--r--modules/error-tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/error-tests b/modules/error-tests
index c0cef0f9b6..58369089e3 100644
--- a/modules/error-tests
+++ b/modules/error-tests
@@ -10,3 +10,4 @@ configure.ac:
Makefile.am:
TESTS += test-error.sh
check_PROGRAMS += test-error
+test_error_LDADD = $(LDADD) $(LIBINTL)