You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by be...@apache.org on 2015/07/23 02:39:18 UTC

thrift git commit: THRIFT-3252 Missing TConcurrentClientSyncInfo.h in cpp Makefile so doesn't install Client: cpp Patch: Adam Beberg

Repository: thrift
Updated Branches:
  refs/heads/master bcb17bc74 -> de78b54b8


THRIFT-3252 Missing TConcurrentClientSyncInfo.h in cpp Makefile so doesn't
install
Client: cpp
Patch: Adam Beberg


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

Branch: refs/heads/master
Commit: de78b54b8946dbb65c739608907631c167c871af
Parents: bcb17bc
Author: Ben Craig <be...@apache.org>
Authored: Wed Jul 22 19:38:08 2015 -0500
Committer: Ben Craig <be...@apache.org>
Committed: Wed Jul 22 19:38:08 2015 -0500

----------------------------------------------------------------------
 lib/cpp/Makefile.am | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/de78b54b/lib/cpp/Makefile.am
----------------------------------------------------------------------
diff --git a/lib/cpp/Makefile.am b/lib/cpp/Makefile.am
index 82f2e3a..7f2d431 100755
--- a/lib/cpp/Makefile.am
+++ b/lib/cpp/Makefile.am
@@ -243,6 +243,7 @@ include_async_HEADERS = \
                      src/thrift/async/TAsyncProcessor.h \
                      src/thrift/async/TAsyncBufferProcessor.h \
                      src/thrift/async/TAsyncProtocolProcessor.h \
+                     src/thrift/async/TConcurrentClientSyncInfo.h \
                      src/thrift/async/TEvhttpClientChannel.h \
                      src/thrift/async/TEvhttpServer.h