summaryrefslogtreecommitdiff
path: root/tutorial/Makefile.am
diff options
context:
space:
mode:
authorNobuaki Sukegawa <nsuke@apache.org>2016-02-22 22:41:25 +0900
committerNobuaki Sukegawa <nsuke@apache.org>2016-02-27 17:17:27 +0900
commit402f6419f94b905d7a924334868c48a8b22948c6 (patch)
tree39db9c896ee1cbf308615d331f159f20a9ad89b4 /tutorial/Makefile.am
parente9b3234b28372f38cdf706b1c7f6940c41b1d828 (diff)
downloadthrift-402f6419f94b905d7a924334868c48a8b22948c6.tar.gz
THRIFT-3666 Build D tutorial as part of Autotools build
Client: Build (D) Patch: Nobuaki Sukegawa This closes #893
Diffstat (limited to 'tutorial/Makefile.am')
-rwxr-xr-xtutorial/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/tutorial/Makefile.am b/tutorial/Makefile.am
index 37addda66..5865c54aa 100755
--- a/tutorial/Makefile.am
+++ b/tutorial/Makefile.am
@@ -31,6 +31,10 @@ if WITH_CPP
SUBDIRS += cpp
endif
+if WITH_D
+SUBDIRS += d
+endif
+
if WITH_JAVA
SUBDIRS += java
SUBDIRS += js