# HG changeset patch # User Bruno Haible # Date 1290878571 -3600 # Node ID fdacdce28472dad174a67bbd03f72259798093ee # Parent 9c0ddeee304dad32378ae70773db96dacce15064 regex: Mention link dependencies. * modules/regex (Link): New section. * modules/rpmatch (Link): Likewise. * modules/regex-quote-tests (Makefile.am): Link with $(LIBINTL). diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2010-11-27 Bruno Haible + + regex: Mention link dependencies. + * modules/regex (Link): New section. + * modules/rpmatch (Link): Likewise. + * modules/regex-quote-tests (Makefile.am): Link with $(LIBINTL). + 2010-11-27 Bruno Haible ftoastr: Fix compilation error on Solaris. diff --git a/modules/regex b/modules/regex --- a/modules/regex +++ b/modules/regex @@ -38,6 +38,9 @@ Include: +Link: +$(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise + License: LGPLv2+ diff --git a/modules/regex-quote-tests b/modules/regex-quote-tests --- a/modules/regex-quote-tests +++ b/modules/regex-quote-tests @@ -11,3 +11,4 @@ Makefile.am: TESTS += test-regex-quote check_PROGRAMS += test-regex-quote +test_regex_quote_LDADD = $(LDADD) $(LIBINTL) diff --git a/modules/rpmatch b/modules/rpmatch --- a/modules/rpmatch +++ b/modules/rpmatch @@ -22,6 +22,9 @@ Include: +Link: +$(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise + License: GPL