Thrift-2126: missing cpp lib concurrency STD* files from DIST
authorjfarrell <jfarrell@apache.org>
Thu, 15 Aug 2013 23:21:43 +0000 (19:21 -0400)
committerjfarrell <jfarrell@apache.org>
Thu, 15 Aug 2013 23:21:43 +0000 (19:21 -0400)
Client: build
Patch: jfarrell

Updates cpp makefile to include missing STD* files.

lib/cpp/Makefile.am

index 8192a22..7b879f3 100755 (executable)
@@ -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 \