summaryrefslogtreecommitdiff
path: root/src/Makefile_Ecore_Wayland.am
diff options
context:
space:
mode:
authorvivek <vivek.ellur@samsung.com>2014-08-13 08:51:02 -0400
committerChris Michael <cp.michael@samsung.com>2014-08-13 09:41:26 -0400
commit2f4db577b524e0813ee0777642a2690d252977fd (patch)
tree29af64127dc1bdff4a679b22d163f852611737b6 /src/Makefile_Ecore_Wayland.am
parent4ad176e4813aaff9f7fd66fdc8785023cc146600 (diff)
downloadefl-2f4db577b524e0813ee0777642a2690d252977fd.tar.gz
Added support for xdg-shell protocol in ecore-wayland
Summary: Signed-off-by: vivek <vivek.ellur@samsung.com> Reviewers: devilhorns Subscribers: cedric Differential Revision: https://phab.enlightenment.org/D1326
Diffstat (limited to 'src/Makefile_Ecore_Wayland.am')
-rw-r--r--src/Makefile_Ecore_Wayland.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile_Ecore_Wayland.am b/src/Makefile_Ecore_Wayland.am
index f11c3a5f74..c93162a10b 100644
--- a/src/Makefile_Ecore_Wayland.am
+++ b/src/Makefile_Ecore_Wayland.am
@@ -17,7 +17,9 @@ lib/ecore_wayland/ecore_wl_window.c \
lib/ecore_wayland/ecore_wl_subsurf.c \
lib/ecore_wayland/ecore_wl_private.h \
lib/ecore_wayland/subsurface-protocol.c \
-lib/ecore_wayland/subsurface-client-protocol.h
+lib/ecore_wayland/subsurface-client-protocol.h \
+lib/ecore_wayland/xdg-shell-client-protocol.h \
+lib/ecore_wayland/xdg-shell-protocol.c
lib_ecore_wayland_libecore_wayland_la_CPPFLAGS = -I$(top_builddir)/src/lib/efl @ECORE_WAYLAND_CFLAGS@
lib_ecore_wayland_libecore_wayland_la_LIBADD = @ECORE_WAYLAND_LIBS@