commit | 303eb1b4f0ada3b6be45625beb6020a757a2f429 | [log] [tgz] |
---|---|---|
author | Roger Meier <roger@apache.org> | 周三 5月 14 00:49:41 2014 +0200 |
committer | Roger Meier <roger@apache.org> | 周三 5月 14 00:49:41 2014 +0200 |
tree | 0ef6b88a11aac6d65c27c5fdd6eef2f2b85f7ab2 | |
parent | 73b58a24699eb6b9d43ad05f8a19cd084979c31a [diff] [blame] |
THRIFT-2401 Haskell tutorial compiles Patch: John Chee & Roger Meier includes minifix from: THRIFT-2453 haskell tutorial: fix up division by 0 example
diff --git a/tutorial/Makefile.am b/tutorial/Makefile.am index 6fc9209..ccc9c46 100755 --- a/tutorial/Makefile.am +++ b/tutorial/Makefile.am
@@ -42,6 +42,10 @@ SUBDIRS += rb endif +if WITH_HASKELL +SUBDIRS += hs +endif + if WITH_GO SUBDIRS += go endif