From 32d323e2c7df3ae2c083d8fe109a3dd6806c204d Mon Sep 17 00:00:00 2001 From: jfarrell Date: Thu, 15 Aug 2013 20:39:58 -0400 Subject: [PATCH] THRIFT-2123: go lib missing files in dist Client: go Patch: jfarrell fixed missing files in go lib dist build --- lib/go/Makefile.am | 2 ++ lib/go/test/Makefile.am | 4 ++++ 2 files changed, 6 insertions(+) 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 -- 2.17.1