[RFC 2/5] Generate/build the fullscreen shell protocol files

Jason Ekstrand jason at jlekstrand.net
Wed Oct 23 03:48:26 CEST 2013


---
 protocol/Makefile.am | 1 +
 src/.gitignore       | 3 +++
 src/Makefile.am      | 5 +++++
 3 files changed, 9 insertions(+)

diff --git a/protocol/Makefile.am b/protocol/Makefile.am
index 924e48f..2117a14 100644
--- a/protocol/Makefile.am
+++ b/protocol/Makefile.am
@@ -8,4 +8,5 @@ EXTRA_DIST =					\
 	workspaces.xml				\
 	subsurface.xml				\
 	text-cursor-position.xml		\
+	fullscreen-shell.xml			\
 	wayland-test.xml
diff --git a/src/.gitignore b/src/.gitignore
index 539150d..b328577 100644
--- a/src/.gitignore
+++ b/src/.gitignore
@@ -21,4 +21,7 @@ input-method-protocol.c
 input-method-server-protocol.h
 subsurface-server-protocol.h
 subsurface-protocol.c
+fullscreen-shell-server-protocol.h
+fullscreen-shell-client-protocol.h
+fullscreen-shell-protocol.c
 
diff --git a/src/Makefile.am b/src/Makefile.am
index 4224495..792d58e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -38,6 +38,8 @@ weston_SOURCES =				\
 	workspaces-server-protocol.h		\
 	subsurface-protocol.c			\
 	subsurface-server-protocol.h		\
+	fullscreen-shell-protocol.c		\
+	fullscreen-shell-server-protocol.h	\
 	bindings.c				\
 	animation.c				\
 	noop-renderer.c				\
@@ -346,6 +348,9 @@ BUILT_SOURCES =					\
 	workspaces-protocol.c			\
 	subsurface-server-protocol.h		\
 	subsurface-protocol.c			\
+	fullscreen-shell-server-protocol.h	\
+	fullscreen-shell-client-protocol.h	\
+	fullscreen-shell-protocol.c		\
 	git-version.h
 
 CLEANFILES = $(BUILT_SOURCES)
-- 
1.8.3.1



More information about the wayland-devel mailing list