discomfitor pushed a commit to branch enlightenment-0.18. http://git.enlightenment.org/core/enlightenment.git/commit/?id=d9b2f75abf8eaaf1f142227c73d044c4758c0f91
commit d9b2f75abf8eaaf1f142227c73d044c4758c0f91 Author: Mike Blumenkrantz <[email protected]> Date: Sun Mar 23 10:11:11 2014 -0400 bugfix: wl_desktop_shell builds out of source tree fix T1115 --- src/modules/Makefile_wl_desktop_shell.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/Makefile_wl_desktop_shell.am b/src/modules/Makefile_wl_desktop_shell.am index 2dd1384..f623917 100644 --- a/src/modules/Makefile_wl_desktop_shell.am +++ b/src/modules/Makefile_wl_desktop_shell.am @@ -1,5 +1,5 @@ EXTRA_DIST += wl_desktop_shell/module.desktop.in \ -wl_desktop_shell/e-module-wl_desktop_shell.edj + wl_desktop_shell/e-module-wl_desktop_shell.edj \ wl_desktop_shell/e-desktop-shell.xml \ wl_desktop_shell/e_desktop_shell_protocol.h \ wl_desktop_shell/e_desktop_shell_protocol.c --
