From: David Reiss Date: Wed, 10 Mar 2010 22:11:26 +0000 (+0000) Subject: cpp: Fix build problems introduced by r920682 X-Git-Tag: 0.3.0~67 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=5f013bb45d0c380b034c2099614ab1ba5eaea021;p=common%2Fthrift.git 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 dc0b6ae5..579140cc 100644 --- a/lib/cpp/Makefile.am +++ b/lib/cpp/Makefile.am @@ -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