summaryrefslogtreecommitdiff
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
parent383e4ad0468d0b28986d7e922d0629d1761aab22 (diff)
downloadthrift-4d493e867b349f3475203ef9848353b315203c51.tar.gz
fixing missing EXTRA_DISTsv0.17.0
-rw-r--r--lib/kotlin/Makefile.am9
-rw-r--r--test/Makefile.am1
-rw-r--r--tutorial/java/Makefile.am1
-rw-r--r--tutorial/js/Makefile.am1
4 files changed, 11 insertions, 1 deletions
diff --git a/lib/kotlin/Makefile.am b/lib/kotlin/Makefile.am
index f57fc33c1..720f8234f 100644
--- a/lib/kotlin/Makefile.am
+++ b/lib/kotlin/Makefile.am
@@ -41,4 +41,11 @@ check-local: $(THRIFT)
--console=plain
EXTRA_DIST = \
- README.md
+ build.gradle.kts \
+ CMakeLists.txt \
+ cross-test-client \
+ cross-test-server \
+ gradle.properties \
+ README.md \
+ settings.gradle.kts \
+ src
diff --git a/test/Makefile.am b/test/Makefile.am
index d428086bd..e94a92f5c 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -159,6 +159,7 @@ EXTRA_DIST = \
SpecificNameTest.thrift \
VoidMethExceptionsTest.thrift \
partial/thrift_test_schema.thrift \
+ keys/keygen/.gitignore \
known_failures_Linux.json \
test.py \
tests.json \
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