diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2012-12-03 09:16:33 +0000 |
---|---|---|
committer | Vincent Torri <vincent.torri@gmail.com> | 2012-12-03 09:16:33 +0000 |
commit | bb126da576a2a431f0b49ddb9adab51a56004cc5 (patch) | |
tree | 9fab7912664af2e682eef68844488d730efd1408 /src/Makefile_Ecore_Wayland.am | |
parent | 7f72a8ce641da8eeeaa76326fd17a7df712d3a21 (diff) |
ecore: fix distcheck
SVN revision: 80030
Diffstat (limited to '')
-rw-r--r-- | src/Makefile_Ecore_Wayland.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile_Ecore_Wayland.am b/src/Makefile_Ecore_Wayland.am index 4923a1abf4..f6318492d6 100644 --- a/src/Makefile_Ecore_Wayland.am +++ b/src/Makefile_Ecore_Wayland.am | |||
@@ -8,12 +8,12 @@ dist_installed_ecorewaylandmainheaders_DATA = \ | |||
8 | lib/ecore_wayland/Ecore_Wayland.h | 8 | lib/ecore_wayland/Ecore_Wayland.h |
9 | 9 | ||
10 | lib_ecore_wayland_libecore_wayland_la_SOURCES = \ | 10 | lib_ecore_wayland_libecore_wayland_la_SOURCES = \ |
11 | lib/ecore_wayland/ecore_wayland.c \ | 11 | lib/ecore_wayland/ecore_wl.c \ |
12 | lib/ecore_wayland/ecore_wl_dnd.c \ | 12 | lib/ecore_wayland/ecore_wl_dnd.c \ |
13 | lib/ecore_wayland/ecore_wl_input.c \ | 13 | lib/ecore_wayland/ecore_wl_input.c \ |
14 | lib/ecore_wayland/ecore_wl_output.c \ | 14 | lib/ecore_wayland/ecore_wl_output.c \ |
15 | lib/ecore_wayland/ecore_wl_window.c \ | 15 | lib/ecore_wayland/ecore_wl_window.c \ |
16 | lib/ecore_wayland/ecore_wayland_private.h | 16 | lib/ecore_wayland/ecore_wl_private.h |
17 | 17 | ||
18 | lib_ecore_wayland_libecore_wayland_la_CPPFLAGS = \ | 18 | lib_ecore_wayland_libecore_wayland_la_CPPFLAGS = \ |
19 | -I$(top_srcdir)/src/lib/eina \ | 19 | -I$(top_srcdir)/src/lib/eina \ |