commit | bd52f1a1dd0a45aa01c551cdb15338ff3ac82a02 | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Mon Jul 28 01:25:30 2014 +0200 |
committer | Jens Geyer <jensg@apache.org> | Sun Nov 09 01:58:25 2014 +0100 |
tree | 290ffa559ff9f596ae3561e93bb899b81f5a5fda | |
parent | 4712f8c2e36fabfb00cfc67a6ecf5d6de20e3c18 [diff] [blame] |
THRIFT-2644 Haxe support Client: Haxe Patch: Jens Geyer This closes #214
diff --git a/test/Makefile.am b/test/Makefile.am index cc1f43d..23ec498 100755 --- a/test/Makefile.am +++ b/test/Makefile.am
@@ -49,6 +49,10 @@ SUBDIRS += hs endif +if WITH_HAXE +SUBDIRS += haxe +endif + if WITH_GO SUBDIRS += go endif