From c785089f2699db460c80397d1c3022ae58286ae1 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Tue, 24 May 2016 10:47:22 +0200 Subject: [PATCH] build: cxx bindings: make sure we ship needed headers in distribution Ecore.hh and eina_workarounds.hh have not been shipped in the dist and thus failed the build. --- src/Makefile_Cxx.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Makefile_Cxx.am b/src/Makefile_Cxx.am index 8eb8a35674..9a199bd5f9 100644 --- a/src/Makefile_Cxx.am +++ b/src/Makefile_Cxx.am @@ -118,8 +118,9 @@ CLEANFILES += $(edje_eolian_cxx_hh) $(edje_eolian_cxx_impl) lib/edje/Edje.hh ### Ecore src/lib/ecore installed_ecorecxxheadersdir = $(includedir)/ecore-cxx-@VMAJ@ +dist_installed_ecorecxxheaders_DATA = \ +bindings/cxx/ecore_cxx/Ecore.hh nodist_installed_ecorecxxheaders_DATA = $(ecore_eolian_cxx_hh) $(ecore_eolian_cxx_impl) \ -bindings/cxx/ecore_cxx/Ecore.hh \ lib/ecore/Ecore.eo.hh lib/ecore/Ecore.eo.hh: $(ecore_eolian_cxx_hh) @@ -163,6 +164,7 @@ bindings/cxx/eina_cxx/eina_tuple_c.hh \ bindings/cxx/eina_cxx/eina_tuple_unwrap.hh \ bindings/cxx/eina_cxx/eina_type_traits.hh \ bindings/cxx/eina_cxx/eina_value.hh \ +bindings/cxx/eina_cxx/eina_workarounds.hh \ bindings/cxx/eina_cxx/Eina.hh ### Eio