summaryrefslogtreecommitdiff
path: root/src/Makefile_Ecore_Wayland.am
diff options
context:
space:
mode:
authorChris Michael <cp.michael@samsung.com>2014-08-25 08:44:10 -0400
committerChris Michael <cp.michael@samsung.com>2014-08-25 09:04:38 -0400
commit50287ab731d4d87170238b365203e830edc038d5 (patch)
tree81389cc01872f399beb87e0c16523baf977e57a9 /src/Makefile_Ecore_Wayland.am
parentbc2a718634d0d653d4e7e2ffa54dfd3444b0af98 (diff)
downloadefl-50287ab731d4d87170238b365203e830edc038d5.tar.gz
ecore-wayland: Implement ivi-shell support for Ecore_Wayland
IVI-Shell is a wayland shell implementation for in-vehicle infotainment. Summary: This is a set of patches proposed to implement IVI-Shell (https://phab.enlightenment.org/T1552). Reviewers: ntanibata, devilhorns Subscribers: mbachmann Projects: #efl Differential Revision: https://phab.enlightenment.org/D1350 @feature
Diffstat (limited to 'src/Makefile_Ecore_Wayland.am')
-rw-r--r--src/Makefile_Ecore_Wayland.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Makefile_Ecore_Wayland.am b/src/Makefile_Ecore_Wayland.am
index f11c3a5f74..22cc60b577 100644
--- a/src/Makefile_Ecore_Wayland.am
+++ b/src/Makefile_Ecore_Wayland.am
@@ -17,7 +17,10 @@ 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/ivi-application-protocol.c \
+lib/ecore_wayland/ivi-application-client-protocol.h
+
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@