summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@osg.samsung.com>2016-09-14 18:01:25 +0200
committerStefan Schmidt <stefan@osg.samsung.com>2016-09-14 18:01:25 +0200
commitde8ac30d1a4b87d91274650c6a856e10e874cc2e (patch)
tree3002652b88fdeb60a169eb27e9adc6b780dda703
parent960e1a1d168ba0044544ca22b05cbf505941f150 (diff)
downloadefl-de8ac30d1a4b87d91274650c6a856e10e874cc2e.tar.gz
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.
-rw-r--r--src/Makefile_Cxx.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile_Cxx.am b/src/Makefile_Cxx.am
index 7b34c246a1..442d4fda3f 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