diff options
author | Ran Benita <ran234@gmail.com> | 2013-08-02 11:07:27 +0300 |
---|---|---|
committer | Ran Benita <ran234@gmail.com> | 2013-08-02 12:37:45 +0300 |
commit | 9bb1d0bc1d665c45e6915391ef68626dbab020b2 (patch) | |
tree | c9f6522b8413ed6ea4f0f873c9405e3a61c84806 /Makefile.am | |
parent | c25bdc3fca9ba1dcb97b9498f26b658ccef5948f (diff) | |
download | libxkbcommon-9bb1d0bc1d665c45e6915391ef68626dbab020b2.tar.gz libxkbcommon-9bb1d0bc1d665c45e6915391ef68626dbab020b2.tar.bz2 libxkbcommon-9bb1d0bc1d665c45e6915391ef68626dbab020b2.zip |
build: make all symbols in libtest visible
Signed-off-by: Ran Benita <ran234@gmail.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 12f0b19..0e31100 100644 --- a/Makefile.am +++ b/Makefile.am @@ -109,6 +109,7 @@ endif ENABLE_DOCS # Some tests need to use unexported symbols, so we link them against # a private copy of libxkbcommon with all symbols exposed. noinst_LTLIBRARIES = libtest.la +libtest_la_CFLAGS = $(AM_CLFLAGS) -fvisibility=default libtest_la_SOURCES = \ $(libxkbcommon_la_SOURCES) \ test/common.c \ |