commit | 402f6419f94b905d7a924334868c48a8b22948c6 | [log] [tgz] |
---|---|---|
author | Nobuaki Sukegawa <nsuke@apache.org> | Mon Feb 22 22:41:25 2016 +0900 |
committer | Nobuaki Sukegawa <nsuke@apache.org> | Sat Feb 27 17:17:27 2016 +0900 |
tree | 39db9c896ee1cbf308615d331f159f20a9ad89b4 | |
parent | e9b3234b28372f38cdf706b1c7f6940c41b1d828 [diff] [blame] |
THRIFT-3666 Build D tutorial as part of Autotools build Client: Build (D) Patch: Nobuaki Sukegawa This closes #893
diff --git a/tutorial/Makefile.am b/tutorial/Makefile.am index 37addda..5865c54 100755 --- a/tutorial/Makefile.am +++ b/tutorial/Makefile.am
@@ -31,6 +31,10 @@ SUBDIRS += cpp endif +if WITH_D +SUBDIRS += d +endif + if WITH_JAVA SUBDIRS += java SUBDIRS += js