From: Bruno Haible Date: Fri, 4 Jan 2019 19:04:57 +0000 (+0100) Subject: Fix some 'Link' sections. X-Git-Tag: v1.0~5186 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=c6cfb82bc3378a5eaf3c9e31fa1e71fdd90e3480;p=gnulib.git Fix some 'Link' sections. * modules/c-stack (Link): Add link directive from the 'gettext-h' dependency. * modules/getaddrinfo (Link): Likewise. --- diff --git a/ChangeLog b/ChangeLog index 92bf9cdd24..9e06927c98 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2019-01-04 Bruno Haible + + Fix some 'Link' sections. + * modules/c-stack (Link): Add link directive from the 'gettext-h' + dependency. + * modules/getaddrinfo (Link): Likewise. + 2019-01-04 Bruno Haible Remove redundant 'Link' sections. diff --git a/modules/c-stack b/modules/c-stack index dd303bd7ca..ca2c208e1a 100644 --- a/modules/c-stack +++ b/modules/c-stack @@ -28,6 +28,7 @@ Include: Link: $(LTLIBCSTACK) when linking with libtool, $(LIBCSTACK) otherwise +$(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise License: GPL diff --git a/modules/getaddrinfo b/modules/getaddrinfo index 8de29558c6..195a24afd8 100644 --- a/modules/getaddrinfo +++ b/modules/getaddrinfo @@ -36,6 +36,7 @@ Include: Link: $(GETADDRINFO_LIB) +$(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise License: LGPLv2+