summaryrefslogtreecommitdiff
path: root/tutorial/Makefile.am
diff options
context:
space:
mode:
authorKengo Seki <sekikn@apache.org>2019-10-09 22:23:16 +0900
committerJens Geyer <jensg@apache.org>2019-10-18 00:15:23 +0200
commit58efe895b5878b6cffc1b054b7a9a92fef041647 (patch)
tree02137b47d2374d9e9363cf7207a067246128bc6d /tutorial/Makefile.am
parent5fe31ea7d728a2f0a4de4aae7479d6fe3ec93f5a (diff)
downloadthrift-58efe895b5878b6cffc1b054b7a9a92fef041647.tar.gz
THRIFT-4972: Add Makefile.am to the Perl tutorial
Client: Perl Patch: Kengo Seki This closes #1893
Diffstat (limited to 'tutorial/Makefile.am')
-rwxr-xr-xtutorial/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/tutorial/Makefile.am b/tutorial/Makefile.am
index 17a92573b..9160ad08c 100755
--- a/tutorial/Makefile.am
+++ b/tutorial/Makefile.am
@@ -83,6 +83,10 @@ if WITH_CL
SUBDIRS += cl
endif
+if WITH_PERL
+SUBDIRS += perl
+endif
+
#
# generate html for ThriftTest.thrift
#
@@ -104,7 +108,6 @@ EXTRA_DIST = \
erl \
hs \
ocaml \
- perl \
php \
shared.thrift \
tutorial.thrift \