stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=3fd8322307814df177d0a6743d08f4fde3f8d26c
commit 3fd8322307814df177d0a6743d08f4fde3f8d26c Author: Stefan Schmidt <[email protected]> Date: Wed Jun 15 12:13:36 2016 +0200 eina_cxx: make sure we ship eina_deleter.hh with our distribution IN commit 8906998ef2821a237c4deba07dc8336afdc4c471 this new file was added but never made sure that it actually gets shipped. --- src/Makefile_Cxx.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile_Cxx.am b/src/Makefile_Cxx.am index ea4ec59..3ca37ca 100644 --- a/src/Makefile_Cxx.am +++ b/src/Makefile_Cxx.am @@ -135,6 +135,7 @@ dist_installed_einacxxheaders_DATA = \ bindings/cxx/eina_cxx/eina_accessor.hh \ bindings/cxx/eina_cxx/eina_array.hh \ bindings/cxx/eina_cxx/eina_clone_allocators.hh \ +bindings/cxx/eina_cxx/eina_deleter.hh \ bindings/cxx/eina_cxx/eina_error.hh \ bindings/cxx/eina_cxx/eina_future.hh \ bindings/cxx/eina_cxx/eina_eo_concrete_fwd.hh \ --
