summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorMark Erickson <mark.erickson@workiva.com>2015-08-29 10:46:51 -0500
committerJens Geyer <jensg@apache.org>2015-10-03 01:43:59 +0200
commit932c4700c6e3aee20b74d5e2f562326029e6b9c8 (patch)
tree9e701dff2cf2726c2ab2af75c72dce4e8fc9ea89 /lib/Makefile.am
parent123258ba60facd8581d868c71a543487b2acff3c (diff)
downloadthrift-932c4700c6e3aee20b74d5e2f562326029e6b9c8.tar.gz
THRIFT-3299 Create an Apache Thrift language binding for Dart (dartlang.org).
Client: Dart Patch: Mark Erickson <mark.erickson@workiva.com> This closes #608
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 5066a0028..44bb9ff41 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -65,6 +65,10 @@ if WITH_PHP
SUBDIRS += php
endif
+if WITH_DART
+SUBDIRS += dart
+endif
+
if WITH_GO
SUBDIRS += go
endif
@@ -88,6 +92,7 @@ EXTRA_DIST = \
as3 \
cocoa \
d \
+ dart \
delphi \
haxe \
javame \