summaryrefslogtreecommitdiff
path: root/modules/regex-quote-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-11-27 18:22:51 +0100
committerBruno Haible <bruno@clisp.org>2010-11-27 18:22:51 +0100
commit2cc246130b35ae6a35bc8328ee48a69b02b88d2a (patch)
tree4eec48f0ed62b96cbb4547d14608e751a40f38fe /modules/regex-quote-tests
parent5ea438b5d354059846385a90f2f7f39e55d64bc4 (diff)
downloadgnulib-2cc246130b35ae6a35bc8328ee48a69b02b88d2a.tar.gz
regex: Mention link dependencies.
* modules/regex (Link): New section. * modules/rpmatch (Link): Likewise. * modules/regex-quote-tests (Makefile.am): Link with $(LIBINTL).
Diffstat (limited to 'modules/regex-quote-tests')
-rw-r--r--modules/regex-quote-tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/regex-quote-tests b/modules/regex-quote-tests
index ce57683972..a1a63cd8b5 100644
--- a/modules/regex-quote-tests
+++ b/modules/regex-quote-tests
@@ -11,3 +11,4 @@ configure.ac:
Makefile.am:
TESTS += test-regex-quote
check_PROGRAMS += test-regex-quote
+test_regex_quote_LDADD = $(LDADD) $(LIBINTL)