From 9c48d3033ae631bdfbf6723f8347aff79e3c353a Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Tue, 11 Feb 2014 17:16:40 +0200 Subject: [PATCH] build: fix libtest AM_CLFLAGS typo Signed-off-by: Ran Benita --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 3df0e42..35183ee 100644 --- a/Makefile.am +++ b/Makefile.am @@ -144,7 +144,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. check_LTLIBRARIES = libtest.la -libtest_la_CFLAGS = $(AM_CLFLAGS) -fvisibility=default +libtest_la_CFLAGS = $(AM_CFLAGS) -fvisibility=default libtest_la_SOURCES = \ $(libxkbcommon_la_SOURCES) \ test/common.c \ -- 2.7.4