summaryrefslogtreecommitdiff
path: root/tutorial
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2022-08-31 22:08:03 +0200
committerJens Geyer <jensg@apache.org>2022-08-31 22:29:16 +0200
commit4d493e867b349f3475203ef9848353b315203c51 (patch)
treee5005ed8444032d4cc047d330b249f2f64a4f521 /tutorial
parent383e4ad0468d0b28986d7e922d0629d1761aab22 (diff)
downloadthrift-4d493e867b349f3475203ef9848353b315203c51.tar.gz
fixing missing EXTRA_DISTsv0.17.0
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