commit | 58efe895b5878b6cffc1b054b7a9a92fef041647 | [log] [tgz] |
---|---|---|
author | Kengo Seki <sekikn@apache.org> | Wed Oct 09 22:23:16 2019 +0900 |
committer | Jens Geyer <jensg@apache.org> | Fri Oct 18 00:15:23 2019 +0200 |
tree | 02137b47d2374d9e9363cf7207a067246128bc6d | |
parent | 5fe31ea7d728a2f0a4de4aae7479d6fe3ec93f5a [diff] [blame] |
THRIFT-4972: Add Makefile.am to the Perl tutorial Client: Perl Patch: Kengo Seki This closes #1893
diff --git a/tutorial/Makefile.am b/tutorial/Makefile.am index 17a9257..9160ad0 100755 --- a/tutorial/Makefile.am +++ b/tutorial/Makefile.am
@@ -83,6 +83,10 @@ SUBDIRS += cl endif +if WITH_PERL +SUBDIRS += perl +endif + # # generate html for ThriftTest.thrift # @@ -104,7 +108,6 @@ erl \ hs \ ocaml \ - perl \ php \ shared.thrift \ tutorial.thrift \