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/test/Makefile.am b/test/Makefile.am index 6ebcd27..7590921 100755 --- a/test/Makefile.am +++ b/test/Makefile.am
@@ -40,6 +40,11 @@ PRECROSS_TARGET += precross-php endif +if WITH_DART +SUBDIRS += dart +PRECROSS_TARGET += precross-dart +endif + if WITH_PYTHON SUBDIRS += py PRECROSS_TARGET += precross-py