summaryrefslogtreecommitdiff
path: root/tutorial/Makefile.am
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2014-07-28 01:25:30 +0200
committerJens Geyer <jensg@apache.org>2014-11-09 01:58:25 +0100
commitbd52f1a1dd0a45aa01c551cdb15338ff3ac82a02 (patch)
tree290ffa559ff9f596ae3561e93bb899b81f5a5fda /tutorial/Makefile.am
parent4712f8c2e36fabfb00cfc67a6ecf5d6de20e3c18 (diff)
downloadthrift-bd52f1a1dd0a45aa01c551cdb15338ff3ac82a02.tar.gz
THRIFT-2644 Haxe support
Client: Haxe Patch: Jens Geyer This closes #214
Diffstat (limited to 'tutorial/Makefile.am')
-rwxr-xr-xtutorial/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/tutorial/Makefile.am b/tutorial/Makefile.am
index 2b9be528a..79fd8fd65 100755
--- a/tutorial/Makefile.am
+++ b/tutorial/Makefile.am
@@ -50,6 +50,10 @@ if WITH_HASKELL
SUBDIRS += hs
endif
+if WITH_HAXE
+SUBDIRS += haxe
+endif
+
if WITH_GO
SUBDIRS += go
endif