Author: dreiss
Date: Wed Mar 10 22:11:26 2010
New Revision: 921591
URL: http://svn.apache.org/viewvc?rev=921591&view=rev
Log:
cpp: Fix build problems introduced by r920682
Modified:
incubator/thrift/trunk/lib/cpp/Makefile.am
Modified: incubator/thrift/trunk/lib/cpp/Makefile.am
URL:
http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/cpp/Makefile.am?rev=921591&r1=921590&r2=921591&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/cpp/Makefile.am (original)
+++ incubator/thrift/trunk/lib/cpp/Makefile.am Wed Mar 10 22:11:26 2010
@@ -41,6 +41,7 @@ AM_CPPFLAGS = $(BOOST_CPPFLAGS) -I$(srcd
# 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