commit | 932c4700c6e3aee20b74d5e2f562326029e6b9c8 | [log] [tgz] |
---|---|---|
author | Mark Erickson <mark.erickson@workiva.com> | Sat Aug 29 10:46:51 2015 -0500 |
committer | Jens Geyer <jensg@apache.org> | Sat Oct 03 01:43:59 2015 +0200 |
tree | 9e701dff2cf2726c2ab2af75c72dce4e8fc9ea89 | |
parent | 123258ba60facd8581d868c71a543487b2acff3c [diff] [blame] |
THRIFT-3299 Create an Apache Thrift language binding for Dart (dartlang.org). Client: Dart Patch: Mark Erickson <mark.erickson@workiva.com> This closes #608
diff --git a/lib/Makefile.am b/lib/Makefile.am index 5066a00..44bb9ff 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am
@@ -65,6 +65,10 @@ SUBDIRS += php endif +if WITH_DART +SUBDIRS += dart +endif + if WITH_GO SUBDIRS += go endif @@ -88,6 +92,7 @@ as3 \ cocoa \ d \ + dart \ delphi \ haxe \ javame \