[mutter/wip/wayland-kms] wayland: fix built_sources rules
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/wip/wayland-kms] wayland: fix built_sources rules
- Date: Mon, 19 Mar 2012 16:51:10 +0000 (UTC)
commit e72a676cf53927355a8d5958d4976bcf98033936
Author: Rico Tzschichholz <ricotz t-online de>
Date: Mon Mar 19 17:50:27 2012 +0100
wayland: fix built_sources rules
src/Makefile.am | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 9f17053..f14aed8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -39,8 +39,9 @@ mutter_built_sources = \
if HAVE_WAYLAND
mutter_built_sources += \
- wayland/xserver-protocol.c \
- wayland/xserver-server-protocol.h
+ wayland/wayland-protocol.c \
+ wayland/wayland-server-protocol.h \
+ wayland/wayland-client-protocol.h
endif
libmutter_la_SOURCES = \
@@ -360,6 +361,6 @@ wayland/%-protocol.c : @WAYLAND_EXTENSION_PROTOCOLS_DIR@/%.xml
$(AM_V_GEN)$(WAYLAND_SCANNER) code < $< > $@
wayland/%-server-protocol.h : @WAYLAND_EXTENSION_PROTOCOLS_DIR@/%.xml
$(AM_V_GEN)$(WAYLAND_SCANNER) server-header < $< > $@
-wayland/%-client-protocol.h : @WAYLAND_EXTENSION_PROTOCOLS_DIR@/%.xml'
+wayland/%-client-protocol.h : @WAYLAND_EXTENSION_PROTOCOLS_DIR@/%.xml
$(AM_V_GEN)$(WAYLAND_SCANNER) client-header < $< > $@
endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]