Fixed broken build (superfluous EXTRA_DIST section)
diff --git a/test/go/Makefile.am b/test/go/Makefile.am
index 4875757..d9890c9 100644
--- a/test/go/Makefile.am
+++ b/test/go/Makefile.am
@@ -53,6 +53,3 @@
 	GOPATH=`pwd` $(GO) install code.google.com/p/gomock/mockgen
 	GOPATH=`pwd` bin/mockgen -destination=src/common/mock_handler.go -package=common gen/thrifttest ThriftTest
 
-EXTRA_DIST = \
-	IncludesTest.thrift \
-	NamespacedTest.thrift