aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-04-04 22:05:24 +0200
committerHarald Welte <laforge@gnumonks.org>2012-04-04 22:43:25 +0200
commit1c72bfb2cb00e8e677700643bdefadbb9509b496 (patch)
tree9e6fe0932a5242508ab61e41496a596885b49819 /configure.ac
parent738f13395d1d8a005011e45ebbc6a869bbcfd9a6 (diff)
libosmogsm: Introduce explicit list of exported symbols
There is now a "libosmogsm.map" file containing an explicit list of to-be-exported symbols. This should prevent us from leaking non-static symbols into the global namespace. A similar scheme should be adopted by all other osmocom libraries
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 0fea115f..977eef9d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,6 +14,7 @@ AC_PROG_CC
AC_PROG_INSTALL
LT_INIT
AC_PROG_LIBTOOL
+CHECK_GCC_FVISIBILITY
AC_CONFIG_MACRO_DIR([m4])