summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKino Roy <kroy@sfu.ca>2022-09-06 17:34:02 -0700
committerJens Geyer <Jens-G@users.noreply.github.com>2022-09-09 00:22:35 +0200
commit72d5912424211561adc6f8e7bc502180631d9f8e (patch)
treeaa267d7f641370fd554697a28fe587d61b74e278 /configure.ac
parent5295195c37e9f0e0f67dab7166560e0071f00174 (diff)
downloadthrift-72d5912424211561adc6f8e7bc502180631d9f8e.tar.gz
THRIFT-5621: Add Swift tutorial
Client: swift
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 88271e676..a926e3e12 100644
--- a/configure.ac
+++ b/configure.ac
@@ -839,6 +839,7 @@ AC_CONFIG_FILES([
tutorial/py.tornado/Makefile
tutorial/rb/Makefile
tutorial/rs/Makefile
+ tutorial/swift/Makefile
])
if test "$have_cpp" = "yes" ; then MAYBE_CPP="cpp" ; else MAYBE_CPP="" ; fi