felipealmeida pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=8071109a7016b454e4976740262df91f004b0973
commit 8071109a7016b454e4976740262df91f004b0973 Author: Felipe Magno de Almeida <[email protected]> Date: Wed Jun 15 15:48:20 2016 -0300 elementary-cxx: Fix Elementary.hh header to #define EFL_EO_API_SUPPORT --- src/Makefile_Cxx.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Makefile_Cxx.am b/src/Makefile_Cxx.am index 3ca37ca..5a8f62b 100644 --- a/src/Makefile_Cxx.am +++ b/src/Makefile_Cxx.am @@ -29,6 +29,9 @@ lib/elementary/Elementary.hh: $(elementary_eolian_cxx_hh) @echo @ECHO_E@ "#ifndef EFL_BETA_API_SUPPORT" >> $(top_builddir)/src/lib/elementary/Elementary.hh @echo @ECHO_E@ "#define EFL_BETA_API_SUPPORT" >> $(top_builddir)/src/lib/elementary/Elementary.hh @echo @ECHO_E@ "#endif\n" >> $(top_builddir)/src/lib/elementary/Elementary.hh + @echo @ECHO_E@ "#ifndef EFL_EO_API_SUPPORT" >> $(top_builddir)/src/lib/elementary/Elementary.hh + @echo @ECHO_E@ "#define EFL_EO_API_SUPPORT" >> $(top_builddir)/src/lib/elementary/Elementary.hh + @echo @ECHO_E@ "#endif\n" >> $(top_builddir)/src/lib/elementary/Elementary.hh @echo @ECHO_E@ "#ifndef ELM_INTERNAL_API_ARGESFSDFEFC" >> $(top_builddir)/src/lib/elementary/Elementary.hh @echo @ECHO_E@ "#define ELM_INTERNAL_API_ARGESFSDFEFC" >> $(top_builddir)/src/lib/elementary/Elementary.hh @echo @ECHO_E@ "#endif\n" >> $(top_builddir)/src/lib/elementary/Elementary.hh --
