felipealmeida pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=c364844f673c75582c6c40f1e882b2c88b71d59b

commit c364844f673c75582c6c40f1e882b2c88b71d59b
Author: Felipe Magno de Almeida <fel...@expertisesolutions.com.br>
Date:   Wed Jul 6 14:08:27 2016 -0300

    eolian-js: Fix dependency on Ecore.eo.hh
---
 src/Makefile_Efl_Js.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile_Efl_Js.am b/src/Makefile_Efl_Js.am
index 6b9a790..0bcb6bb 100644
--- a/src/Makefile_Efl_Js.am
+++ b/src/Makefile_Efl_Js.am
@@ -162,7 +162,7 @@ bindings/js/ethumb_js/ethumb_js_client.cc
 nodist_lib_efl_js_libefl_js_la_SOURCES = \
 bindings/js/efl_js/eolian_js_bindings.cc
 
-bindings/js/efl_js/efl_js.cc $(lib_efl_js_libefl_js_la_SOURCES): 
$(generated_ecore_cxx_all) $(generated_eo_cxx_bindings) $(generated_efl_cxx_all)
+bindings/js/efl_js/efl_js.cc $(lib_efl_js_libefl_js_la_SOURCES): 
$(ecore_eolian_cxx_hh) $(ecore_eolian_cxx_impl_hh) $(eo_eolian_cxx_hh) 
$(eo_eolian_cxx_impl_hh) $(efl_eolian_cxx_hh) $(efl_eolian_cxx_impl_hh) 
lib/ecore/Ecore.eo.hh
 
 lib_efl_js_libefl_js_la_CPPFLAGS = -I$(top_builddir)/src/lib/efl \
 -I$(top_srcdir)/src/lib/efl \

-- 


Reply via email to