devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=2e4197f6951958208fc3068f62b5f5d366cf3e7d
commit 2e4197f6951958208fc3068f62b5f5d366cf3e7d Author: Chris Michael <[email protected]> Date: Wed Oct 29 09:22:25 2014 -0400 ecore-tests: Add missing separator Summary: Previous patch for this was causing build issues due to missing separator. NB: Totally my fault for not testing the patch !! @fix Signed-off-by: Chris Michael <[email protected]> --- src/Makefile_Ecore.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile_Ecore.am b/src/Makefile_Ecore.am index 4cf1cbf..0fb50a4 100644 --- a/src/Makefile_Ecore.am +++ b/src/Makefile_Ecore.am @@ -222,7 +222,7 @@ tests_ecore_ecore_suite_DEPENDENCIES = \ @USE_ECORE_EVAS_INTERNAL_LIBS@ \ @USE_ECORE_WAYLAND_INTERNAL_LIBS@ \ @USE_ECORE_DRM_INTERNAL_LIBS@ \ -@USE_ECORE_FB_INTERNAL_LIBS@ +@USE_ECORE_FB_INTERNAL_LIBS@ \ @USE_ECORE_INPUT_INTERNAL_LIBS@ if HAVE_ECORE_AUDIO --
