From 5f013bb45d0c380b034c2099614ab1ba5eaea021 Mon Sep 17 00:00:00 2001 From: David Reiss Date: Wed, 10 Mar 2010 22:11:26 +0000 Subject: [PATCH] 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 --- lib/cpp/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.17.1