THRIFT-2123: go lib missing files in dist
authorjfarrell <jfarrell@apache.org>
Fri, 16 Aug 2013 00:39:58 +0000 (20:39 -0400)
committerjfarrell <jfarrell@apache.org>
Fri, 16 Aug 2013 00:39:58 +0000 (20:39 -0400)
Client: go
Patch: jfarrell

fixed missing files in go lib dist build

lib/go/Makefile.am
lib/go/test/Makefile.am

index 1a83e58..efb58be 100644 (file)
@@ -33,3 +33,5 @@ check-local:
 
 all-local: check-local
 
+EXTRA_DIST = \
+       thrift
\ No newline at end of file
index 9005e99..280e537 100644 (file)
@@ -39,3 +39,7 @@ clean-local:
 
 client: stubs
        $(GO) run TestClient.go
+
+EXTRA_DIST = \
+       IncludesTest.thrift \
+       NamespacedTest.thrift