build: make all symbols in libtest visible

Signed-off-by: Ran Benita <ran234@gmail.com>
master
Ran Benita 2013-08-02 11:07:27 +03:00
parent c25bdc3fca
commit 9bb1d0bc1d
1 changed files with 1 additions and 0 deletions

View 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 \