commit | 0e87c46c18a3a62d17d7e45a5bddde989d31351c | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | 周二 6月 18 22:25:07 2013 +0200 |
committer | Jens Geyer <jensg@apache.org> | 周二 6月 18 22:25:07 2013 +0200 |
tree | 6bd02f8e2238dce2ef5ba860e8216a988656288d | |
parent | 70a5762736eaa3511ca5e4f02461bf1ca22453a4 [diff] [blame] |
THRIFT-2012 Modernizing Go Patch: Travis Cline
diff --git a/lib/Makefile.am b/lib/Makefile.am index d26752b..1cc5c6c 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am
@@ -62,6 +62,10 @@ SUBDIRS += php endif +if WITH_GO +SUBDIRS += go +endif + if WITH_D SUBDIRS += d endif @@ -73,7 +77,6 @@ cocoa \ d \ delphi \ - go \ javame \ js \ nodejs \