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/tutorial/Makefile.am b/tutorial/Makefile.am index 6ca82ed..72901a5 100755 --- a/tutorial/Makefile.am +++ b/tutorial/Makefile.am
@@ -54,6 +54,10 @@ #SUBDIRS += hs endif +if WITH_GO +SUBDIRS += go +endif + # # generate html for ThriftTest.thrift #