From ae8799ab60c763e5b9e11e3bd7c8bc5e84fce2df Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Thu, 26 Jun 2014 20:14:42 +0100 Subject: [PATCH] Edje C++: Fix Edje.hh generation to update correctly. --- src/Makefile_Edje_Cxx.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile_Edje_Cxx.am b/src/Makefile_Edje_Cxx.am index 1ba5de5..e5a3df1 100644 --- a/src/Makefile_Edje_Cxx.am +++ b/src/Makefile_Edje_Cxx.am @@ -12,7 +12,7 @@ nodist_installed_edjecxxmainheaders_DATA = \ lib/edje/Edje.hh \ $(generated_edje_cxx_bindings) -lib/edje/Edje.hh: +lib/edje/Edje.hh: $(generated_edje_cxx_bindings) @echo -e "#ifndef EFL_CXX_EDJE_HH\n#define EFL_CXX_EDJE_HH\n" > $(top_builddir)/src/lib/edje/Edje.hh @echo -e "#ifdef EFL_BETA_API_SUPPORT" >> $(top_builddir)/src/lib/edje/Edje.hh @for i in $(generated_edje_cxx_bindings); do echo "#include <$$(basename $$i)>" >> $(top_builddir)/src/lib/edje/Edje.hh; done -- 2.7.4