Fix up modules directory Makefile to include desktop shell.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-04-09 13:36:11 +01:00
parent 38c725519b
commit 40b5b05c05
1 changed files with 3 additions and 3 deletions

View 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