From 5b7f76689809d243a5b43632921d6d9464369079 Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Thu, 15 Aug 2013 09:32:42 +0300 Subject: [PATCH] build: build libtest.la only on 'make check' For those just running 'make', compiling libtest is wasted heat. Signed-off-by: Ran Benita --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 0e31100..8d92073 100644 --- a/Makefile.am +++ b/Makefile.am @@ -108,7 +108,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 +check_LTLIBRARIES = libtest.la libtest_la_CFLAGS = $(AM_CLFLAGS) -fvisibility=default libtest_la_SOURCES = \ $(libxkbcommon_la_SOURCES) \ -- 2.7.4