summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2014-05-17 01:20:32 +0200
committerJens Geyer <jensg@apache.org>2014-05-17 01:20:32 +0200
commit6ff1dfb3af52a7df0e6705c9dc9eea8d10e47316 (patch)
tree3a74e306f1f62ecdb864ef87b1886e20c64722b5 /test
parent91cfb9901ebd6d584b0055bff5f91c372875a276 (diff)
downloadthrift-6ff1dfb3af52a7df0e6705c9dc9eea8d10e47316.tar.gz
Fixed broken build (superfluous EXTRA_DIST section)
Diffstat (limited to 'test')
-rw-r--r--test/go/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/go/Makefile.am b/test/go/Makefile.am
index 487575742..d9890c940 100644
--- a/test/go/Makefile.am
+++ b/test/go/Makefile.am
@@ -53,6 +53,3 @@ genmock: gopath
GOPATH=`pwd` $(GO) install code.google.com/p/gomock/mockgen
GOPATH=`pwd` bin/mockgen -destination=src/common/mock_handler.go -package=common gen/thrifttest ThriftTest
-EXTRA_DIST = \
- IncludesTest.thrift \
- NamespacedTest.thrift