summaryrefslogtreecommitdiff
path: root/lib/cpp
diff options
context:
space:
mode:
authorBen Craig <bencraig@apache.org>2015-07-22 19:38:08 -0500
committerBen Craig <bencraig@apache.org>2015-07-22 19:38:08 -0500
commitde78b54b8946dbb65c739608907631c167c871af (patch)
tree1b3419d798b83b33c49c373acb07a51a3d9d16e8 /lib/cpp
parentbcb17bc7429718a00dee788f25fecaac23139a8d (diff)
downloadthrift-de78b54b8946dbb65c739608907631c167c871af.tar.gz
THRIFT-3252 Missing TConcurrentClientSyncInfo.h in cpp Makefile so doesn't
install Client: cpp Patch: Adam Beberg
Diffstat (limited to 'lib/cpp')
-rwxr-xr-xlib/cpp/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/cpp/Makefile.am b/lib/cpp/Makefile.am
index 82f2e3a89..7f2d4315a 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