summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2021-03-20 18:07:17 +0100
committerJens Geyer <jensg@apache.org>2021-03-22 09:42:38 +0100
commit66d897667c451ef6560d89b979b7001c57a3eda6 (patch)
tree4420429109c582375fc68aa125a2b6f6b8019dd3 /lib/Makefile.am
parentcd2fae091b9bafd0977ef290f722532c36a64d2e (diff)
downloadthrift-66d897667c451ef6560d89b979b7001c57a3eda6.tar.gz
THRIFT-5347 Remove deprecated Haskell bindings
Client: hs Patch: Jens Geyer This closes #2352
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 3213aff85..56b295fc8 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -48,10 +48,6 @@ if WITH_RUBY
SUBDIRS += rb
endif
-if WITH_HASKELL
-SUBDIRS += hs
-endif
-
if WITH_PERL
SUBDIRS += perl
endif