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.
This commit is contained in:
Stefan Schmidt 2016-05-24 10:47:22 +02:00
parent d549b4d705
commit c785089f26
1 changed files with 3 additions and 1 deletions

View File

@ -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