summaryrefslogtreecommitdiff
path: root/gnulib/modules/lib-symbol-visibility
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/lib-symbol-visibility')
m---------gnulib0
-rw-r--r--gnulib/modules/lib-symbol-visibility30
2 files changed, 30 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/lib-symbol-visibility b/gnulib/modules/lib-symbol-visibility
new file mode 100644
index 0000000..fc8984d
--- /dev/null
+++ b/gnulib/modules/lib-symbol-visibility
@@ -0,0 +1,30 @@
+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
+
+Depends-on:
+
+configure.ac:
+gl_VISIBILITY
+
+Makefile.am:
+# The value of $(CFLAG_VISIBILITY) needs to be added to the CFLAGS for the
+# compilation of all sources that make up the library. This line here does it
+# only for the gnulib part of it. The developer is responsible for adding
+# $(CFLAG_VISIBILITY) to the Makefile.ams of the other portions of the library.
+AM_CFLAGS += $(CFLAG_VISIBILITY)
+
+Include:
+
+License:
+unlimited
+
+Maintainer:
+Bruno Haible
+