From: Chris Michael Date: Tue, 9 Apr 2013 12:36:11 +0000 (+0100) Subject: Fix up modules directory Makefile to include desktop shell. X-Git-Tag: submit/efl/20131021.015651~878 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=40b5b05c0579c9442374093673f638b3a991293e;p=platform%2Fupstream%2Fenlightenment.git Fix up modules directory Makefile to include desktop shell. Signed-off-by: Chris Michael --- diff --git a/src/modules/Makefile.am b/src/modules/Makefile.am index e2ef88a..ce79866 100644 --- a/src/modules/Makefile.am +++ b/src/modules/Makefile.am @@ -242,9 +242,9 @@ endif #include Makefile_wl_drm.am #endif -#if HAVE_WAYLAND_SHELL -#include Makefile_wl_shell.am -#endif +if USE_MODULE_WL_DESKTOP_SHELL +include Makefile_wl_desktop_shell.am +endif #if HAVE_WAYLAND_SCREENSHOT #include Makefile_wl_screenshot.am