stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=de8ac30d1a4b87d91274650c6a856e10e874cc2e
commit de8ac30d1a4b87d91274650c6a856e10e874cc2e Author: Stefan Schmidt <ste...@osg.samsung.com> Date: Wed Sep 14 18:01:25 2016 +0200 bindings: cxx: add more new files to buildsystem to make sure they land in dist Another set of new files which have not been referenced and thus never put into dist. --- src/Makefile_Cxx.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Makefile_Cxx.am b/src/Makefile_Cxx.am index 7b34c24..442d4fd 100644 --- a/src/Makefile_Cxx.am +++ b/src/Makefile_Cxx.am @@ -13,7 +13,9 @@ bindings/cxx/eo_cxx/Eo.hh \ bindings/cxx/eo_cxx/eo_init.hh \ bindings/cxx/eo_cxx/eo_ops.hh \ bindings/cxx/eo_cxx/eo_wref.hh \ +bindings/cxx/eo_cxx/eo_future.hh \ bindings/cxx/eo_cxx/eo_promise.hh \ +bindings/cxx/eo_cxx/eo_promise_meta.hh \ bindings/cxx/eo_cxx/eo_private.hh ### Elementary C++ @@ -171,6 +173,7 @@ 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_copy_traits.hh \ +bindings/cxx/eina_cxx/eina_variant.hh \ bindings/cxx/eina_cxx/Eina.hh ### Eio --