changeset 14503:33d35e3624cd

lib-symbol-visibility: Add a notice. * modules/lib-symbol-visibility (Notice): New field.
author Simon Josefsson <simon@josefsson.org>
date Tue, 29 Mar 2011 20:58:49 +0200
parents 19e0538d66eb
children aca88fcb0493
files ChangeLog modules/lib-symbol-visibility
diffstat 2 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-03-29  Simon Josefsson  <simon@josefsson.org>
+
+	lib-symbol-visibility: Add a notice.
+	* modules/lib-symbol-visibility (Notice): New field.
+
 2011-03-29  Bruno Haible  <bruno@clisp.org>
 
 	getaddrinfo: Doc fix.
--- 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