build: build libtest.la only on 'make check'

For those just running 'make', compiling libtest is wasted heat.

Signed-off-by: Ran Benita <ran234@gmail.com>
master
Ran Benita 2013-08-15 09:32:42 +03:00
parent 9c697f804a
commit 5b7f766898
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ endif ENABLE_DOCS
# Some tests need to use unexported symbols, so we link them against # Some tests need to use unexported symbols, so we link them against
# a private copy of libxkbcommon with all symbols exposed. # a private copy of libxkbcommon with all symbols exposed.
noinst_LTLIBRARIES = libtest.la check_LTLIBRARIES = libtest.la
libtest_la_CFLAGS = $(AM_CLFLAGS) -fvisibility=default libtest_la_CFLAGS = $(AM_CLFLAGS) -fvisibility=default
libtest_la_SOURCES = \ libtest_la_SOURCES = \
$(libxkbcommon_la_SOURCES) \ $(libxkbcommon_la_SOURCES) \