summaryrefslogtreecommitdiff
path: root/shared
diff options
context:
space:
mode:
authorMun Gwan-gyeong <elongbug@gmail.com>2013-05-25 01:13:09 +0900
committerKristian Høgsberg <krh@bitplanet.net>2013-05-26 20:04:28 -0400
commitd664196cfb8e229de10099f51c175de40cc05396 (patch)
treedf3083acac0c44131c2698500b0d203a7e1c2c22 /shared
parentfc10cc0c65d3dcedf5c35a25d3ad16165d206b7d (diff)
config-parser-test: fix compile error
Add COMPOSITOR_CFLAGS to Makefile.am
Diffstat (limited to 'shared')
-rw-r--r--shared/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/Makefile.am b/shared/Makefile.am
index cf08ec55..323f838c 100644
--- a/shared/Makefile.am
+++ b/shared/Makefile.am
@@ -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 \