summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorArmin Krezović <krezovic.armin@gmail.com>2016-11-21 18:42:42 +0100
committerDaniel Stone <daniels@collabora.com>2016-11-21 18:00:19 +0000
commit3447619a3a51b3c5e0d7b110169c3a1f56140846 (patch)
tree03b15796b6902c5575e0a555e6a8c89e236ffb64 /Makefile.am
parente5732c78669b7c15064902fea0cd10dcd2a0f710 (diff)
compositor-wayland: Port to xdg-shell-v6
v2: - Keep wl_shell code around until xdg_shell is declared stable. Signed-off-by: Armin Krezović <krezovic.armin@gmail.com> Reviewed-by: Daniel Stone <daniels@collabora.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index b08ce716..b90c4c82 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -391,9 +391,11 @@ wayland_backend_la_CFLAGS = \
$(CAIRO_CFLAGS) \
$(WAYLAND_COMPOSITOR_CFLAGS) \
$(AM_CFLAGS)
-wayland_backend_la_SOURCES = \
- libweston/compositor-wayland.c \
- libweston/compositor-wayland.h \
+wayland_backend_la_SOURCES = \
+ libweston/compositor-wayland.c \
+ libweston/compositor-wayland.h \
+ protocol/xdg-shell-unstable-v6-protocol.c \
+ protocol/xdg-shell-unstable-v6-client-protocol.h \
shared/helpers.h
nodist_wayland_backend_la_SOURCES = \
protocol/fullscreen-shell-unstable-v1-protocol.c \