THRIFT-3305: Missing dist files for 0.9.3 release candidate
Client: build
Patch: jfarrell

Adds missing files to dist
diff --git a/tutorial/Makefile.am b/tutorial/Makefile.am
index 79fd8fd..47711a9 100755
--- a/tutorial/Makefile.am
+++ b/tutorial/Makefile.am
@@ -67,6 +67,10 @@
 #
 all-local:
 	$(top_builddir)/compiler/cpp/thrift --gen html -r $(top_srcdir)/tutorial/tutorial.thrift
+
+clean-local:
+	rm -rf $(top_srcdir)/tutorial/gen-html
+
 endif
 
 # Any folders or files not listed above being added to SUBDIR need to be placed here in
diff --git a/tutorial/cpp/Makefile.am b/tutorial/cpp/Makefile.am
index 9bc6318..d8a9dbc 100755
--- a/tutorial/cpp/Makefile.am
+++ b/tutorial/cpp/Makefile.am
@@ -83,5 +83,6 @@
 	$(CPPSTYLE_CMD)
 
 EXTRA_DIST = \
+	CMakeLists.txt \
 	CppClient.cpp \
 	CppServer.cpp