commit | 04057ac28a72ad4001def05a7bc8e13cc640b5ca | [log] [tgz] |
---|---|---|
author | Max-Gerd Retzlaff <m.retzlaff@gmx.net> | Tue Aug 23 17:38:34 2022 +0200 |
committer | Jens Geyer <jensg@apache.org> | Tue Aug 30 23:58:57 2022 +0200 |
tree | 44435ef2391b86828f97736cfdecc4e374782404 | |
parent | 39fa1854a75e96235e2f50a45546b874da29e756 [diff] [blame] |
Revert "THRIFT-5501 Remove Common Lisp support" This reverts commit d88d4f93b3390989bd47a43f3941ca7d576750f6.
diff --git a/tutorial/Makefile.am b/tutorial/Makefile.am index 77e8593..ba445e0 100644 --- a/tutorial/Makefile.am +++ b/tutorial/Makefile.am
@@ -74,6 +74,10 @@ SUBDIRS += rs endif +if WITH_CL +SUBDIRS += cl +endif + if WITH_PERL SUBDIRS += perl endif