summaryrefslogtreecommitdiff
path: root/lib/go
diff options
context:
space:
mode:
authorjfarrell <jfarrell@apache.org>2013-08-15 20:39:58 -0400
committerjfarrell <jfarrell@apache.org>2013-08-15 20:39:58 -0400
commit32d323e2c7df3ae2c083d8fe109a3dd6806c204d (patch)
tree9dfe1046f3a186f22f563688f58cdae01bd1077d /lib/go
parentb59120374612ba7601e69207d7d29a5c2cb281a3 (diff)
downloadthrift-32d323e2c7df3ae2c083d8fe109a3dd6806c204d.tar.gz
THRIFT-2123: go lib missing files in dist
Client: go Patch: jfarrell fixed missing files in go lib dist build
Diffstat (limited to 'lib/go')
-rw-r--r--lib/go/Makefile.am2
-rw-r--r--lib/go/test/Makefile.am4
2 files changed, 6 insertions, 0 deletions
diff --git a/lib/go/Makefile.am b/lib/go/Makefile.am
index 1a83e5833..efb58be60 100644
--- a/lib/go/Makefile.am
+++ b/lib/go/Makefile.am
@@ -33,3 +33,5 @@ check-local:
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 9005e9916..280e53783 100644
--- a/lib/go/test/Makefile.am
+++ b/lib/go/test/Makefile.am
@@ -39,3 +39,7 @@ clean-local:
client: stubs
$(GO) run TestClient.go
+
+EXTRA_DIST = \
+ IncludesTest.thrift \
+ NamespacedTest.thrift