summaryrefslogtreecommitdiff
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2020-02-22 16:51:51 +0100
committerJens Geyer <jensg@apache.org>2020-02-28 19:18:34 +0100
commit56700e469d5d0659994a3963ad5a111740cf8277 (patch)
treedb903818e332aa6887f2efd2797163ffa4268d67 /test/Makefile.am
parent4903d18fca988871bcedce3b420fef2cd9682ca1 (diff)
downloadthrift-56700e469d5d0659994a3963ad5a111740cf8277.tar.gz
THRIFT-4982 Remove deprecated C# bindings from the code base
Client: csharp Patch: Jens Geyer This closes #2027
Diffstat (limited to 'test/Makefile.am')
-rwxr-xr-xtest/Makefile.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index fdb2645bd..608e4881d 100755
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -30,11 +30,6 @@ SUBDIRS += cl
PRECROSS_TARGET += precross-cl
endif
-if WITH_MONO
-SUBDIRS += csharp
-PRECROSS_TARGET += precross-csharp
-endif
-
if WITH_CPP
SUBDIRS += cpp
PRECROSS_TARGET += precross-cpp