THRIFT-3305: Missing dist files for 0.9.3 release candidate
Client: build
Patch: jfarrell
Adds missing files to dist
diff --git a/lib/go/Makefile.am b/lib/go/Makefile.am
index bf173ba..ff946ea 100644
--- a/lib/go/Makefile.am
+++ b/lib/go/Makefile.am
@@ -38,4 +38,5 @@
EXTRA_DIST = \
thrift \
+ coding_standards.md \
README.md
diff --git a/lib/go/test/Makefile.am b/lib/go/test/Makefile.am
index 9d01723..e03d48b 100644
--- a/lib/go/test/Makefile.am
+++ b/lib/go/test/Makefile.am
@@ -81,6 +81,7 @@
$(GO) run TestClient.go
EXTRA_DIST = \
+ dontexportrwtest \
tests \
BinaryKeyTest.thrift \
GoTagTest.thrift \