cpp: Fix build problems introduced by r920682
authorDavid Reiss <dreiss@apache.org>
Wed, 10 Mar 2010 22:11:26 +0000 (22:11 +0000)
committerDavid Reiss <dreiss@apache.org>
Wed, 10 Mar 2010 22:11:26 +0000 (22:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@921591 13f79535-47bb-0310-9956-ffa450edef68

lib/cpp/Makefile.am

index dc0b6ae..579140c 100644 (file)
@@ -41,6 +41,7 @@ AM_CPPFLAGS = $(BOOST_CPPFLAGS) -I$(srcdir)/src
 # 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 @@ include_thrift_HEADERS = \
                          src/Thrift.h \
                          src/TReflectionLocal.h \
                          src/TProcessor.h \
+                         src/TApplicationException.h \
                          src/TLogging.h
 
 include_concurrencydir = $(include_thriftdir)/concurrency