input: Add e_input_thread_client
[platform/upstream/enlightenment.git] / src / bin / Makefile.mk
index 3b67e47..41b34b5 100644 (file)
@@ -69,6 +69,7 @@ src/include/e_comp_wl.h \
 src/include/e_hwc.h \
 src/include/e_hwc_windows.h \
 src/include/e_hwc_window.h \
+src/include/e_hwc_planes.h \
 src/include/e_explicit_sync.h \
 src/include/e_egl_sync.h \
 src/include/e_info_server_input.h \
@@ -102,7 +103,8 @@ src/include/e_devicemgr.h \
 src/include/e_map.h \
 src/include/e_input_event.h \
 src/include/e_device.h \
-src/include/e_types.h
+src/include/e_types.h \
+src/include/e_input_thread_client.h
 
 enlightenment_src = \
 src/bin/e_actions.c \
@@ -129,7 +131,6 @@ src/bin/e_focus_policy_iface.c \
 src/bin/e_focus.c \
 src/bin/e_grabinput.c \
 src/bin/e_hints.c \
-src/bin/e_icon.c \
 src/bin/e_info_server.c \
 src/bin/e_layout.c \
 src/bin/e_log.c \
@@ -240,9 +241,13 @@ src/bin/e_input_event.c \
 src/bin/e_comp_wl_buffer.c \
 src/bin/e_compositor.c \
 src/bin/e_blender.c \
+src/bin/e_blur.c \
 src/bin/e_devicemgr_keyboard_grab.c \
 src/bin/e_subsurface_watcher.c \
-src/bin/e_tbm_gbm_server.c
+src/bin/e_tbm_gbm_server.c \
+src/bin/e_comp_input.c \
+src/bin/e_linux_dmabuf.c \
+src/bin/e_input_thread_client.c
 
 src_bin_enlightenment_CPPFLAGS = $(E_CPPFLAGS) -DEFL_BETA_API_SUPPORT -DEFL_EO_API_SUPPORT -DE_LOGGING=2 @WAYLAND_CFLAGS@ $(TTRACE_CFLAGS) $(DLOG_CFLAGS) $(PIXMAN_CFLAGS) $(POLICY_CFLAGS) $(EGL_CFLAGS)
 if HAVE_LIBGOMP