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/tutorial/Makefile.am b/tutorial/Makefile.am index 2b9be52..79fd8fd 100755 --- a/tutorial/Makefile.am +++ b/tutorial/Makefile.am
@@ -50,6 +50,10 @@ SUBDIRS += hs endif +if WITH_HAXE +SUBDIRS += haxe +endif + if WITH_GO SUBDIRS += go endif