summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorRoger Meier <roger@apache.org>2012-10-22 19:27:38 +0000
committerRoger Meier <roger@apache.org>2012-10-22 19:27:38 +0000
commitfa89932a49f80ddea079c783232f6d304c59352e (patch)
tree53555241d1c9efd42dd284b02acb71a3ef01590d /Makefile.am
parent8d410de0a057e301505c870a9a67e0e73510d0a0 (diff)
downloadthrift-fa89932a49f80ddea079c783232f6d304c59352e.tar.gz
THRIFT-1735 integrate tutorial into regular build
Patch: Roger Meier git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1401032 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f4548e0d0..a0f2a88c6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,7 +19,7 @@
ACLOCAL_AMFLAGS = -I ./aclocal
-SUBDIRS = compiler/cpp lib
+SUBDIRS = compiler/cpp lib tutorial
if WITH_TESTS
SUBDIRS += test