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