commit | 32d323e2c7df3ae2c083d8fe109a3dd6806c204d | [log] [tgz] |
---|---|---|
author | jfarrell <jfarrell@apache.org> | Thu Aug 15 20:39:58 2013 -0400 |
committer | jfarrell <jfarrell@apache.org> | Thu Aug 15 20:39:58 2013 -0400 |
tree | 9dfe1046f3a186f22f563688f58cdae01bd1077d | |
parent | b59120374612ba7601e69207d7d29a5c2cb281a3 [diff] [blame] |
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/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