THRIFT-2813 multiple haxe library fixes/improvements
Client: Haxe
Patch: Jens Geyer

This closes #260
diff --git a/tutorial/haxe/Makefile.am b/tutorial/haxe/Makefile.am
index 8212648..a781b5a 100644
--- a/tutorial/haxe/Makefile.am
+++ b/tutorial/haxe/Makefile.am
@@ -45,6 +45,16 @@
 	$(RM) -r gen-haxe bin
 
 EXTRA_DIST = \
-	src/Main.hx \
-	src/CalculatorHandler.hx
-
+             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