summaryrefslogtreecommitdiff
path: root/tutorial/Makefile.am
diff options
context:
space:
mode:
authorRoger Meier <roger@apache.org>2014-05-14 00:49:41 +0200
committerRoger Meier <roger@apache.org>2014-05-14 00:49:41 +0200
commit303eb1b4f0ada3b6be45625beb6020a757a2f429 (patch)
tree0ef6b88a11aac6d65c27c5fdd6eef2f2b85f7ab2 /tutorial/Makefile.am
parent73b58a24699eb6b9d43ad05f8a19cd084979c31a (diff)
downloadthrift-303eb1b4f0ada3b6be45625beb6020a757a2f429.tar.gz
THRIFT-2401 Haskell tutorial compiles
Patch: John Chee & Roger Meier includes minifix from: THRIFT-2453 haskell tutorial: fix up division by 0 example
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 6fc920925..ccc9c4620 100755
--- a/tutorial/Makefile.am
+++ b/tutorial/Makefile.am
@@ -42,6 +42,10 @@ if WITH_RUBY
SUBDIRS += rb
endif
+if WITH_HASKELL
+SUBDIRS += hs
+endif
+
if WITH_GO
SUBDIRS += go
endif