build: make all symbols in libtest visible
authorRan Benita <ran234@gmail.com>
Fri, 2 Aug 2013 08:07:27 +0000 (11:07 +0300)
committerRan Benita <ran234@gmail.com>
Fri, 2 Aug 2013 09:37:45 +0000 (12:37 +0300)
Signed-off-by: Ran Benita <ran234@gmail.com>
Makefile.am

index 12f0b19..0e31100 100644 (file)
@@ -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 \