summaryrefslogtreecommitdiff
path: root/tutorial/cpp
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 /tutorial/cpp
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 'tutorial/cpp')
-rwxr-xr-xtutorial/cpp/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tutorial/cpp/Makefile.am b/tutorial/cpp/Makefile.am
index 9bc6318db..d8a9dbc21 100755
--- a/tutorial/cpp/Makefile.am
+++ b/tutorial/cpp/Makefile.am
@@ -83,5 +83,6 @@ style-local:
$(CPPSTYLE_CMD)
EXTRA_DIST = \
+ CMakeLists.txt \
CppClient.cpp \
CppServer.cpp