2 Control of symbols exported by shared libraries.
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.
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)