summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjfarrell <jfarrell@apache.org>2013-08-15 19:21:43 -0400
committerjfarrell <jfarrell@apache.org>2013-08-15 19:21:43 -0400
commitb59120374612ba7601e69207d7d29a5c2cb281a3 (patch)
treef8ded83f664763fa3441535bdccb8cf279916cc1
parent4dd351d4b404e52f32b61abe2184f21e65d87cfb (diff)
downloadthrift-b59120374612ba7601e69207d7d29a5c2cb281a3.tar.gz
Thrift-2126: missing cpp lib concurrency STD* files from DIST
Client: build Patch: jfarrell Updates cpp makefile to include missing STD* files.
-rwxr-xr-xlib/cpp/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/cpp/Makefile.am b/lib/cpp/Makefile.am
index 8192a2289..7b879f376 100755
--- a/lib/cpp/Makefile.am
+++ b/lib/cpp/Makefile.am
@@ -141,6 +141,10 @@ include_concurrency_HEADERS = \
src/thrift/concurrency/Monitor.h \
src/thrift/concurrency/PlatformThreadFactory.h \
src/thrift/concurrency/PosixThreadFactory.h \
+ src/thrift/concurrency/StdMonitor.cpp \
+ src/thrift/concurrency/StdMutex.cpp \
+ src/thrift/concurrency/StdThreadFactory.cpp \
+ src/thrift/concurrency/StdThreadFactory.h \
src/thrift/concurrency/Thread.h \
src/thrift/concurrency/ThreadManager.h \
src/thrift/concurrency/TimerManager.h \