You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by is...@apache.org on 2018/11/08 13:36:04 UTC

ignite git commit: IGNITE-10147: CPP Thin headers now installed on make install

Repository: ignite
Updated Branches:
  refs/heads/master c0ac918a8 -> 6a43fe137


IGNITE-10147: CPP Thin headers now installed on make install

This closes #5315


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/6a43fe13
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/6a43fe13
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/6a43fe13

Branch: refs/heads/master
Commit: 6a43fe137d3c46186653072e9f09322aa40f4a62
Parents: c0ac918
Author: Igor Sapego <is...@apache.org>
Authored: Thu Nov 8 16:35:04 2018 +0300
Committer: Igor Sapego <is...@apache.org>
Committed: Thu Nov 8 16:35:04 2018 +0300

----------------------------------------------------------------------
 modules/platforms/cpp/thin-client/include/Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/6a43fe13/modules/platforms/cpp/thin-client/include/Makefile.am
----------------------------------------------------------------------
diff --git a/modules/platforms/cpp/thin-client/include/Makefile.am b/modules/platforms/cpp/thin-client/include/Makefile.am
index 79816fe..7af4377 100644
--- a/modules/platforms/cpp/thin-client/include/Makefile.am
+++ b/modules/platforms/cpp/thin-client/include/Makefile.am
@@ -17,11 +17,12 @@
 
 ACLOCAL_AMFLAGS =-I m4
 
-noinst_HEADERS = \
+nobase_include_HEADERS = \
     ignite/thin/ssl_mode.h \
     ignite/thin/ignite_client.h \
     ignite/thin/ignite_client_configuration.h \
     ignite/thin/cache/cache_client.h \
+    ignite/thin/cache/cache_peek_mode.h \
     ignite/impl/thin/writable_key.h \
     ignite/impl/thin/readable.h \
     ignite/impl/thin/writable.h \