build: fix libtest AM_CLFLAGS typo
authorRan Benita <ran234@gmail.com>
Tue, 11 Feb 2014 15:16:40 +0000 (17:16 +0200)
committerRan Benita <ran234@gmail.com>
Tue, 11 Feb 2014 15:16:40 +0000 (17:16 +0200)
Signed-off-by: Ran Benita <ran234@gmail.com>
Makefile.am

index 3df0e42..35183ee 100644 (file)
@@ -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 \