config-parser-test: fix compile error

Add COMPOSITOR_CFLAGS to Makefile.am
This commit is contained in:
Mun Gwan-gyeong
2013-05-25 01:13:09 +09:00
committed by Kristian Høgsberg
parent fc10cc0c65
commit d664196cfb
+1 -1
View File
@@ -1,6 +1,6 @@
noinst_LTLIBRARIES = libshared.la libshared-cairo.la
libshared_la_CFLAGS = $(GCC_CFLAGS)
libshared_la_CFLAGS = $(GCC_CFLAGS) $(COMPOSITOR_CFLAGS)
libshared_la_SOURCES = \
config-parser.c \