commit | 20c81ad74c53c102692adec0e3c68d413899cabd | [log] [tgz] |
---|---|---|
author | Chris Piro <cpiro@apache.org> | 周四 3月 07 11:32:48 2013 -0500 |
committer | Chris Piro <cpiro@apache.org> | 周四 3月 07 11:32:48 2013 -0500 |
tree | 0da5aa00eada8c48106b08b07ff29077d3449d2b | |
parent | 92e3860cfbaab5132439b9bac2e18dba06494bcc [diff] [blame] |
THRIFT-1704: Tornado support (Python)
diff --git a/tutorial/Makefile.am b/tutorial/Makefile.am index 169a2c1..86c08c0 100755 --- a/tutorial/Makefile.am +++ b/tutorial/Makefile.am
@@ -17,7 +17,7 @@ # under the License. # -SUBDIRS = +SUBDIRS = if MINGW # do nothing, just build the compiler @@ -43,6 +43,7 @@ if WITH_PYTHON SUBDIRS += py SUBDIRS += py.twisted +SUBDIRS += py.tornado endif if WITH_RUBY