maintainer-makefile: Prohibit BSD4.3/SysV u_char etc types.
[gnulib.git] / modules / lib-symbol-visibility
blob50cfc8626a0c3197929ff96bf9a2863f2a12bf8a
1 Description:
2 Control of symbols exported by shared libraries.
4 Notice:
5 The value of $(CFLAG_VISIBILITY) needs to be added to the CFLAGS for the
6 compilation of all sources that make up the library.
8 Files:
9 m4/visibility.m4
11 Depends-on:
13 configure.ac:
14 gl_VISIBILITY
16 Makefile.am:
17 # The value of $(CFLAG_VISIBILITY) needs to be added to the CFLAGS for the
18 # compilation of all sources that make up the library. This line here does it
19 # only for the gnulib part of it. The developer is responsible for adding
20 # $(CFLAG_VISIBILITY) to the Makefile.ams of the other portions of the library.
21 AM_CFLAGS += $(CFLAG_VISIBILITY)
23 Include:
25 License:
26 unlimited
28 Maintainer:
29 all