cpp: Fix build problems introduced by r920682
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@921591 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/cpp/Makefile.am b/lib/cpp/Makefile.am
index dc0b6ae..579140c 100644
--- a/lib/cpp/Makefile.am
+++ b/lib/cpp/Makefile.am
@@ -41,6 +41,7 @@
# Define the source files for the module
libthrift_la_SOURCES = src/Thrift.cpp \
+ src/TApplicationException.cpp \
src/concurrency/Mutex.cpp \
src/concurrency/Monitor.cpp \
src/concurrency/PosixThreadFactory.cpp \
@@ -85,6 +86,7 @@
src/Thrift.h \
src/TReflectionLocal.h \
src/TProcessor.h \
+ src/TApplicationException.h \
src/TLogging.h
include_concurrencydir = $(include_thriftdir)/concurrency