This patch fixes compile error on config-parser-test.

config-parser-test uses wayland-util.h header file.
But , config-parser-test's Makefile does not include COMPOSITOR_CFLAGS.

This patch fixes it.

---
>From 993ddf5481242b74db2174eb2c7d05abe0be126c Mon Sep 17 00:00:00 2001
From: Mun Gwan-gyeong <elong...@gmail.com>
Date: Sat, 25 May 2013 01:13:09 +0900
Subject: [PATCH] config-parser-test: fix compile error

Add COMPOSITOR_CFLAGS to Makefile.am
---
shared/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shared/Makefile.am b/shared/Makefile.am
index cf08ec5..323f838 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 \
-- 
1.7.9.5

>From 993ddf5481242b74db2174eb2c7d05abe0be126c Mon Sep 17 00:00:00 2001
From: Mun Gwan-gyeong <elong...@gmail.com>
Date: Sat, 25 May 2013 01:13:09 +0900
Subject: [PATCH] config-parser-test: fix compile error

Add COMPOSITOR_CFLAGS to Makefile.am
---
 shared/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shared/Makefile.am b/shared/Makefile.am
index cf08ec5..323f838 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				\
-- 
1.7.9.5

_______________________________________________
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to