summaryrefslogtreecommitdiff
path: root/compiler/cpp/Makefile.am
diff options
context:
space:
mode:
authorjfarrell <jfarrell@apache.org>2015-08-25 00:39:29 -0400
committerjfarrell <jfarrell@apache.org>2015-08-25 00:39:29 -0400
commitf13e431babd92f08f46cbc1f32da48965e1c5ca8 (patch)
tree56e09f2b648ea8459286971aa6be59a44eff149e /compiler/cpp/Makefile.am
parent7860ee727a91d2f7e74a48c2048f7f7fc79a5d10 (diff)
downloadthrift-f13e431babd92f08f46cbc1f32da48965e1c5ca8.tar.gz
THRIFT-3305: Missing dist files for 0.9.3 release candidate
Client: build Patch: jfarrell Adds missing files to dist
Diffstat (limited to 'compiler/cpp/Makefile.am')
-rw-r--r--compiler/cpp/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/cpp/Makefile.am b/compiler/cpp/Makefile.am
index 485e30ccc..38f9f9daf 100644
--- a/compiler/cpp/Makefile.am
+++ b/compiler/cpp/Makefile.am
@@ -41,6 +41,7 @@ thrift_SOURCES = src/main.cc \
src/logging.h \
src/md5.h \
src/audit/t_audit.cpp \
+ src/audit/t_audit.h \
src/parse/t_doc.h \
src/parse/t_type.h \
src/parse/t_base_type.h \
@@ -110,6 +111,7 @@ WINDOWS_DIST = \
compiler.vcxproj.filters
EXTRA_DIST = \
+ coding_standards.md \
README.md \
CMakeLists.txt \
$(WINDOWS_DIST)