summaryrefslogtreecommitdiff
path: root/tutorial/Makefile.am
diff options
context:
space:
mode:
authorRoger Meier <roger@apache.org>2013-06-09 23:10:06 +0200
committerRoger Meier <roger@apache.org>2013-06-09 23:10:06 +0200
commited817d0102164b9dc35f5a4781f40587ed1b714f (patch)
tree7fdd625e64ec9fb88813db1a79affa9e6f4acd34 /tutorial/Makefile.am
parent6afe0535e1cd07bb799897dd2232db845d35662a (diff)
downloadthrift-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-xtutorial/Makefile.am2
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