--- 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 _______________________________________________ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/wayland-devel