From: Simon Josefsson Date: Tue, 29 Mar 2011 18:58:49 +0000 (+0200) Subject: lib-symbol-visibility: Add a notice. X-Git-Tag: v0.1~3020 X-Git-Url: http://erislabs.net/gitweb/?p=gnulib.git;a=commitdiff_plain;h=c208524a25cea27d7da89282da6f54696c4d7212 lib-symbol-visibility: Add a notice. * modules/lib-symbol-visibility (Notice): New field. --- diff --git a/ChangeLog b/ChangeLog index 94f1ac5da..3bc63aa9e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-03-29 Simon Josefsson + + lib-symbol-visibility: Add a notice. + * modules/lib-symbol-visibility (Notice): New field. + 2011-03-29 Bruno Haible getaddrinfo: Doc fix. diff --git a/modules/lib-symbol-visibility b/modules/lib-symbol-visibility index a30249c74..fc8984d08 100644 --- a/modules/lib-symbol-visibility +++ b/modules/lib-symbol-visibility @@ -1,6 +1,10 @@ Description: Control of symbols exported by shared libraries. +Notice: +The value of $(CFLAG_VISIBILITY) needs to be added to the CFLAGS for the +compilation of all sources that make up the library. + Files: m4/visibility.m4