git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@921591
13f79535-47bb-0310-9956-
ffa450edef68
# 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 \
src/Thrift.h \
src/TReflectionLocal.h \
src/TProcessor.h \
+ src/TApplicationException.h \
src/TLogging.h
include_concurrencydir = $(include_thriftdir)/concurrency