Fix up modules directory Makefile to include desktop shell.
authorChris Michael <cp.michael@samsung.com>
Tue, 9 Apr 2013 12:36:11 +0000 (13:36 +0100)
committerChris Michael <cp.michael@samsung.com>
Tue, 16 Apr 2013 11:47:55 +0000 (12:47 +0100)
Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/modules/Makefile.am

index e2ef88a..ce79866 100644 (file)
@@ -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