Repository: thrift Updated Branches: refs/heads/master 91cfb9901 -> 6ff1dfb3a
Fixed broken build (superfluous EXTRA_DIST section) Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/6ff1dfb3 Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/6ff1dfb3 Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/6ff1dfb3 Branch: refs/heads/master Commit: 6ff1dfb3af52a7df0e6705c9dc9eea8d10e47316 Parents: 91cfb99 Author: Jens Geyer <[email protected]> Authored: Sat May 17 01:20:32 2014 +0200 Committer: Jens Geyer <[email protected]> Committed: Sat May 17 01:20:32 2014 +0200 ---------------------------------------------------------------------- test/go/Makefile.am | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/6ff1dfb3/test/go/Makefile.am ---------------------------------------------------------------------- diff --git a/test/go/Makefile.am b/test/go/Makefile.am index 4875757..d9890c9 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
