Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
91cfb99
)
Fixed broken build (superfluous EXTRA_DIST section)
author
Jens Geyer
<jensg@apache.org>
Fri, 16 May 2014 23:20:32 +0000
(
01:20
+0200)
committer
Jens Geyer
<jensg@apache.org>
Fri, 16 May 2014 23:20:32 +0000
(
01:20
+0200)
test/go/Makefile.am
patch
|
blob
|
history
diff --git
a/test/go/Makefile.am
b/test/go/Makefile.am
index
4875757
..
d9890c9
100644
(file)
--- 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