aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/ecore/src/lib/ecore_wayland/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/ecore/src/lib/ecore_wayland/Makefile.am')
-rw-r--r--libraries/ecore/src/lib/ecore_wayland/Makefile.am8
1 files changed, 5 insertions, 3 deletions
diff --git a/libraries/ecore/src/lib/ecore_wayland/Makefile.am b/libraries/ecore/src/lib/ecore_wayland/Makefile.am
index ea005b2..f6b801d 100644
--- a/libraries/ecore/src/lib/ecore_wayland/Makefile.am
+++ b/libraries/ecore/src/lib/ecore_wayland/Makefile.am
@@ -14,9 +14,11 @@ includes_HEADERS = Ecore_Wayland.h
14includesdir = $(includedir)/ecore-@VMAJ@ 14includesdir = $(includedir)/ecore-@VMAJ@
15 15
16libecore_wayland_la_SOURCES = \ 16libecore_wayland_la_SOURCES = \
17ecore_wl.c 17ecore_wl.c \
18 18ecore_wl_output.c \
19## ecore_wl_window.c 19ecore_wl_input.c \
20ecore_wl_window.c \
21ecore_wl_dnd.c
20 22
21libecore_wayland_la_LIBADD = \ 23libecore_wayland_la_LIBADD = \
22$(top_builddir)/src/lib/ecore/libecore.la \ 24$(top_builddir)/src/lib/ecore/libecore.la \