summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorJake Farrell <jfarrell@apache.org>2012-03-22 21:49:10 +0000
committerJake Farrell <jfarrell@apache.org>2012-03-22 21:49:10 +0000
commitb95b0ffa720ffdebd829861ed420d10deab6c852 (patch)
tree2ca9cee28c31cc7fdc507039bc7e7018c64c6485 /lib/Makefile.am
parentf485e2bdb39483e776b34dd70d1ab4c9e3a7f533 (diff)
downloadthrift-b95b0ffa720ffdebd829861ed420d10deab6c852.tar.gz
THRIFT-1500: d programming language support
Client: D Patch: David Nadlinger D program language library and additions git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1304085 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index cd62d1921..f95428f7e 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -62,6 +62,10 @@ if WITH_PHP
SUBDIRS += php
endif
+if WITH_D
+SUBDIRS += d
+endif
+
# All of the libs that don't use Automake need to go in here
# so they will end up in our release tarballs.
EXTRA_DIST = \