felipealmeida pushed a commit to branch master.

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

commit 90b6468bbd2d9c14e24d5bfe9f655b3f074c39ce
Author: Lauro Moura <lauromo...@expertisesolutions.com.br>
Date:   Tue Nov 29 14:22:07 2016 -0300

    cxx: Ecore depends on generated eo headers
---
 src/Makefile_Cxx.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile_Cxx.am b/src/Makefile_Cxx.am
index 5140207..c87a559 100644
--- a/src/Makefile_Cxx.am
+++ b/src/Makefile_Cxx.am
@@ -129,7 +129,7 @@ bindings/cxx/ecore_cxx/Ecore_Manual.hh
 nodist_installed_ecorecxxheaders_DATA = $(ecore_eolian_cxx_hh) 
$(ecore_eolian_cxx_impl_hh) \
 lib/ecore/Ecore.eo.hh
 
-lib/ecore/Ecore.eo.hh: $(ecore_eolian_cxx_hh)
+lib/ecore/Ecore.eo.hh: $(ecore_eolian_cxx_hh) $(eo_eolian_cxx_hh)
        @echo @ECHO_E@ "#ifndef EFL_CXX_ECORE_HH\n#define EFL_CXX_ECORE_HH\n" > 
$(top_builddir)/src/lib/ecore/Ecore.eo.hh
        @echo @ECHO_E@ "#ifdef EFL_BETA_API_SUPPORT" >> 
$(top_builddir)/src/lib/ecore/Ecore.eo.hh
        @for i in $(ecore_eolian_cxx_hh); do echo "#include <$$(basename $$i)>" 
>> $(top_builddir)/src/lib/ecore/Ecore.eo.hh; done

-- 


Reply via email to