diff options
author | Roger Meier <roger@apache.org> | 2013-06-09 23:10:06 +0200 |
---|---|---|
committer | Roger Meier <roger@apache.org> | 2013-06-09 23:10:06 +0200 |
commit | ed817d0102164b9dc35f5a4781f40587ed1b714f (patch) | |
tree | 7fdd625e64ec9fb88813db1a79affa9e6f4acd34 /tutorial/Makefile.am | |
parent | 6afe0535e1cd07bb799897dd2232db845d35662a (diff) | |
download | thrift-ed817d0102164b9dc35f5a4781f40587ed1b714f.tar.gz |
THRIFT-1735 integrate tutorial into regular build
THRIFT-1811 ruby tutorial as part of the regular build
Diffstat (limited to 'tutorial/Makefile.am')
-rwxr-xr-x | tutorial/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorial/Makefile.am b/tutorial/Makefile.am index 86c08c06d..6ca82ede5 100755 --- a/tutorial/Makefile.am +++ b/tutorial/Makefile.am @@ -47,7 +47,7 @@ SUBDIRS += py.tornado endif if WITH_RUBY -#SUBDIRS += rb +SUBDIRS += rb endif if WITH_HASKELL |