From: Jens Geyer Date: Fri, 16 May 2014 23:20:32 +0000 (+0200) Subject: Fixed broken build (superfluous EXTRA_DIST section) X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=6ff1dfb3af52a7df0e6705c9dc9eea8d10e47316;p=common%2Fthrift.git Fixed broken build (superfluous EXTRA_DIST section) --- diff --git a/test/go/Makefile.am b/test/go/Makefile.am index 48757574..d9890c94 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