From: jfarrell Date: Fri, 16 Aug 2013 00:39:58 +0000 (-0400) Subject: THRIFT-2123: go lib missing files in dist X-Git-Tag: 0.9.1~13 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=32d323e2c7df3ae2c083d8fe109a3dd6806c204d;p=common%2Fthrift.git 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 1a83e583..efb58be6 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 9005e991..280e5378 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