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

Adds missing files to dist
diff --git a/Makefile.am b/Makefile.am
index e6a965a..42c82e2 100755
--- a/Makefile.am
+++ b/Makefile.am
@@ -87,15 +87,22 @@
 	codespell --write-changes --skip=$(skipped_files) --disable-colors
 
 EXTRA_DIST = \
+	.clang-format \
+	.editorconfig \
 	.travis.yml \
+	appveyor.yml \
 	bower.json \
+	build \
+	CMakeLists.txt \
 	composer.json \
 	contrib \
 	CONTRIBUTING.md \
 	debian \
 	doc \
 	doap.rdf \
+	json-schema.json \
 	package.json \
+	rat_exclude \
 	sonar-project.properties \
 	LICENSE \
 	CHANGES \