summaryrefslogtreecommitdiff
path: root/tutorial/Makefile.am
diff options
context:
space:
mode:
authorRoger Meier <roger@apache.org>2012-10-26 21:46:18 +0000
committerRoger Meier <roger@apache.org>2012-10-26 21:46:18 +0000
commit1d66d061b7c513d3e50ad1f3ed346437d213f6d1 (patch)
treebaf0c8edce09c77913371ef0aa68966beed85b88 /tutorial/Makefile.am
parentccfedcb64396a630c6233a521b2719c7b4a032f7 (diff)
downloadthrift-1d66d061b7c513d3e50ad1f3ed346437d213f6d1.tar.gz
THRIFT-1735 integrate tutorial into regular build
python and python twisted git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1402680 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tutorial/Makefile.am')
-rwxr-xr-xtutorial/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tutorial/Makefile.am b/tutorial/Makefile.am
index aadc60e25..169a2c1e3 100755
--- a/tutorial/Makefile.am
+++ b/tutorial/Makefile.am
@@ -41,8 +41,8 @@ if WITH_PHP
endif
if WITH_PYTHON
-#SUBDIRS += py
-#SUBDIRS += py.twisted
+SUBDIRS += py
+SUBDIRS += py.twisted
endif
if WITH_RUBY