THRIFT-4398 Update EXTRA_DIST for "make dist"
Client: Build process
Patch: Jens Geyer

This closes #1431
diff --git a/tutorial/dart/Makefile.am b/tutorial/dart/Makefile.am
index 2e8cd34..0495aca 100644
--- a/tutorial/dart/Makefile.am
+++ b/tutorial/dart/Makefile.am
@@ -67,4 +67,7 @@
 	console_client/pubspec.yaml \
 	server/bin/main.dart \
 	server/pubspec.yaml \
+	console_client/.analysis_options \
+	client/.analysis_options \
+	server/.analysis_options \
 	build.sh
diff --git a/tutorial/go/Makefile.am b/tutorial/go/Makefile.am
index 30662f5..a146d5c 100644
--- a/tutorial/go/Makefile.am
+++ b/tutorial/go/Makefile.am
@@ -61,6 +61,9 @@
 	src/handler.go \
 	src/server.go \
 	src/main.go \
+	src/go17.go \
+	src/handler_go17.go \
+	src/pre_go17.go \
 	server.crt \
 	server.key
 
diff --git a/tutorial/haxe/Makefile.am b/tutorial/haxe/Makefile.am
index 13ac48d..e6f2713 100644
--- a/tutorial/haxe/Makefile.am
+++ b/tutorial/haxe/Makefile.am
@@ -80,16 +80,18 @@
 	$(RM) -r gen-haxe bin
 
 EXTRA_DIST = \
-             src \
-             cpp.hxml \
-             csharp.hxml \
-             flash.hxml \
-             java.hxml \
-             javascript.hxml \
-             neko.hxml \
-             php.hxml \
-             python.hxml \
-             project.hide \
-             Tutorial.hxproj \
-             make_all.bat \
-             make_all.sh
+	src \
+	cpp.hxml \
+	csharp.hxml \
+	flash.hxml \
+	java.hxml \
+	javascript.hxml \
+	php-web-server.hxml \
+	neko.hxml \
+	php.hxml \
+	python.hxml \
+	router.php \
+	project.hide \
+	Tutorial.hxproj \
+	make_all.bat \
+	make_all.sh
diff --git a/tutorial/netcore/Makefile.am b/tutorial/netcore/Makefile.am
index 2e62ee0..ef3d618 100644
--- a/tutorial/netcore/Makefile.am
+++ b/tutorial/netcore/Makefile.am
@@ -65,8 +65,10 @@
 			 Interfaces/Interfaces.csproj \
 			 Client/Client.csproj \
 			 Client/ThriftTest.pfx \
+			 Client/Properties/launchSettings.json \
 			 Server/Server.csproj \
 			 Server/ThriftTest.pfx \
+			 Server/Properties/launchSettings.json \
 			 build.cmd \
 			 build.sh \
 			 README.md