verify: new macro 'assume'
[gnulib.git] / modules / lib-symbol-visibility
1 Description:
2 Control of symbols exported by shared libraries.
3
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.
7
8 Files:
9 m4/visibility.m4
10
11 Depends-on:
12
13 configure.ac:
14 gl_VISIBILITY
15
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)
22
23 Include:
24
25 License:
26 unlimited
27
28 Maintainer:
29 Bruno Haible
30