summaryrefslogtreecommitdiff
path: root/tutorial
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2022-09-18 15:42:27 +0200
committerJens Geyer <jensg@apache.org>2022-09-18 15:42:27 +0200
commit76c6c3758f315cf032694a39a9cd6ae2ab4b2606 (patch)
treea42111870099f5f15c387e81c97ba192249526bc /tutorial
parent7909e5c9dfa470861f70a16b5770ceede9800134 (diff)
parent4d493e867b349f3475203ef9848353b315203c51 (diff)
downloadthrift-76c6c3758f315cf032694a39a9cd6ae2ab4b2606.tar.gz
Merge branch '0.17.0' into upstream
Diffstat (limited to 'tutorial')
-rw-r--r--tutorial/java/Makefile.am1
-rw-r--r--tutorial/js/Makefile.am1
2 files changed, 2 insertions, 0 deletions
diff --git a/tutorial/java/Makefile.am b/tutorial/java/Makefile.am
index 95908b154..59e68bab2 100644
--- a/tutorial/java/Makefile.am
+++ b/tutorial/java/Makefile.am
@@ -40,6 +40,7 @@ tutorialclient: all
$(ANT) $(ANT_FLAGS) tutorialclient
EXTRA_DIST = \
+ build.properties \
build.xml \
src \
README.md
diff --git a/tutorial/js/Makefile.am b/tutorial/js/Makefile.am
index 3fe088842..26a3c836e 100644
--- a/tutorial/js/Makefile.am
+++ b/tutorial/js/Makefile.am
@@ -34,6 +34,7 @@ tutorialserver: all
$(ANT) $(ANT_FLAGS) tutorialserver
EXTRA_DIST = \
+ build.properties \
build.xml \
src \
tutorial.html