summaryrefslogtreecommitdiff
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2022-03-05 18:15:38 +0100
committerJens Geyer <Jens-G@users.noreply.github.com>2022-03-06 14:58:37 +0100
commitd88d4f93b3390989bd47a43f3941ca7d576750f6 (patch)
tree15192fecdaefc7c811fda1783368ffe1ce036d3e /test/Makefile.am
parent66ac7b46fab85f175aec601cb48ea05408a1c186 (diff)
downloadthrift-d88d4f93b3390989bd47a43f3941ca7d576750f6.tar.gz
THRIFT-5501 Remove Common Lisp support
Client: cl Patch: Jens Geyer
Diffstat (limited to 'test/Makefile.am')
-rwxr-xr-xtest/Makefile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 6bf12b813..58482f2d2 100755
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -25,11 +25,6 @@ SUBDIRS += c_glib
PRECROSS_TARGET += precross-c_glib
endif
-if WITH_CL
-SUBDIRS += cl
-PRECROSS_TARGET += precross-cl
-endif
-
if WITH_CPP
SUBDIRS += cpp
PRECROSS_TARGET += precross-cpp
@@ -118,7 +113,6 @@ dist-hook:
EXTRA_DIST = \
audit \
c_glib \
- cl \
cpp \
crossrunner \
dart \