THRIFT-2123: go lib missing files in dist
Client: go
Patch: jfarrell
fixed missing files in go lib dist build
diff --git a/lib/go/Makefile.am b/lib/go/Makefile.am
index 1a83e58..efb58be 100644
--- a/lib/go/Makefile.am
+++ b/lib/go/Makefile.am
@@ -33,3 +33,5 @@
all-local: check-local
+EXTRA_DIST = \
+ thrift
\ No newline at end of file
diff --git a/lib/go/test/Makefile.am b/lib/go/test/Makefile.am
index 9005e99..280e537 100644
--- a/lib/go/test/Makefile.am
+++ b/lib/go/test/Makefile.am
@@ -39,3 +39,7 @@
client: stubs
$(GO) run TestClient.go
+
+EXTRA_DIST = \
+ IncludesTest.thrift \
+ NamespacedTest.thrift