raster pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=be41ac3de0c89821448d6269a199d1ba8a38d24e
commit be41ac3de0c89821448d6269a199d1ba8a38d24e Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com> Date: Sun Jul 30 23:20:27 2017 +0900 fix autofoo build to match renaming scheme used for meson --- src/modules/Makefile_conf_window_manipulation.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/Makefile_conf_window_manipulation.mk b/src/modules/Makefile_conf_window_manipulation.mk index 82122b988..78344880f 100644 --- a/src/modules/Makefile_conf_window_manipulation.mk +++ b/src/modules/Makefile_conf_window_manipulation.mk @@ -1,5 +1,5 @@ EXTRA_DIST += src/modules/conf_window_manipulation/module.desktop \ -src/modules/conf_window_manipulation/e-module-conf_winmanip.edj +src/modules/conf_window_manipulation/e-module-conf_window_manipulation.edj if USE_MODULE_CONF_WINDOW_MANIPULATION conf_window_manipulationdir = $(MDIR)/conf_window_manipulation conf_window_manipulation_DATA = src/modules/conf_window_manipulation/module.desktop --