diff options
author | Mun Gwan-gyeong <elongbug@gmail.com> | 2013-05-25 01:13:09 +0900 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2013-05-26 20:04:28 -0400 |
commit | d664196cfb8e229de10099f51c175de40cc05396 (patch) | |
tree | df3083acac0c44131c2698500b0d203a7e1c2c22 /shared | |
parent | fc10cc0c65d3dcedf5c35a25d3ad16165d206b7d (diff) | |
download | weston-d664196cfb8e229de10099f51c175de40cc05396.tar.gz weston-d664196cfb8e229de10099f51c175de40cc05396.tar.bz2 weston-d664196cfb8e229de10099f51c175de40cc05396.zip |
config-parser-test: fix compile error
Add COMPOSITOR_CFLAGS to Makefile.am
Diffstat (limited to 'shared')
-rw-r--r-- | shared/Makefile.am | 2 |
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 \ |