savio pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=a9bbb2beb70c360b86d5f2e4ab85a74f6cbb8da1
commit a9bbb2beb70c360b86d5f2e4ab85a74f6cbb8da1 Author: Savio Sena <[email protected]> Date: Wed Sep 17 20:25:32 2014 -0300 lib/autotools: Added Elementary.hh. --- src/lib/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index 6706a4d..0f561e3 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -1098,6 +1098,13 @@ nodist_includesunstable_HEADERS = \ elm_win.eo.legacy.h if HAVE_CXX11 +nodist_includecxxbindings_HEADERS = Elementary.hh $(elm_eolian_hh) +CLEANFILES += Elementary.hh $(nodist_includecxxbindings_HEADERS) +Elementary.hh: $(elm_eolian_hh) + @echo @ECHO_E@ "#ifndef ELEMENTARY_CXX_HH\n#define ELEMENTARY_CXX_HH\n" > $(top_builddir)/src/lib/Elementary.hh + @echo @ECHO_E@ "#ifdef EFL_BETA_API_SUPPORT" >> $(top_builddir)/src/lib/Elementary.hh + @for i in $(elm_eolian_hh); do echo "#include <$$(basename $$i)>" >> $(top_builddir)/src/lib/Elementary.hh; done + @echo @ECHO_E@ "#endif\n\n#endif\n" >> $(top_builddir)/src/lib/Elementary.hh nodist_includesunstable_HEADERS += \ elm_widget.eo.hh \ --
