diff options
author | Derek Foreman <derekf@osg.samsung.com> | 2016-11-02 16:16:08 -0500 |
---|---|---|
committer | Derek Foreman <derekf@osg.samsung.com> | 2016-11-02 16:16:49 -0500 |
commit | 9c26487b37c046e954b8223a0a32e46c7b16c9f4 (patch) | |
tree | 7db21ecc9dab41689bf4acbea70c1f0aa164bea4 /src/modules/Makefile_wl_desktop_shell.mk | |
parent | 46cad09e3e2f7aa6d89b661b4745c60f1e199348 (diff) | |
download | enlightenment-9c26487b37c046e954b8223a0a32e46c7b16c9f4.tar.gz |
Fix out of tree builds
I broke out of tree builds when I landed the wayland protocol autogen
patches. This should fix it up.
Diffstat (limited to 'src/modules/Makefile_wl_desktop_shell.mk')
-rw-r--r-- | src/modules/Makefile_wl_desktop_shell.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/Makefile_wl_desktop_shell.mk b/src/modules/Makefile_wl_desktop_shell.mk index 83b0d5af3f..399579913b 100644 --- a/src/modules/Makefile_wl_desktop_shell.mk +++ b/src/modules/Makefile_wl_desktop_shell.mk @@ -17,7 +17,8 @@ wl_desktop_shell_wayland_sources = \ src/modules/wl_desktop_shell/input-method-unstable-v1-server-protocol.h src_modules_wl_desktop_shell_module_la_DEPENDENCIES = $(MDEPENDENCIES) -src_modules_wl_desktop_shell_module_la_CPPFLAGS = $(MOD_CPPFLAGS) @WAYLAND_CFLAGS@ +src_modules_wl_desktop_shell_module_la_CPPFLAGS = $(MOD_CPPFLAGS) @WAYLAND_CFLAGS@ \ + -I$(top_builddir)/src/modules/wl_desktop_shell src_modules_wl_desktop_shell_module_la_LIBADD = $(MOD_LIBS) @WAYLAND_LIBS@ src_modules_wl_desktop_shell_module_la_LDFLAGS = $(MOD_LDFLAGS) |