This is an automated email from the ASF dual-hosted git repository.

jensg pushed a commit to branch 0.17.0
in repository https://gitbox.apache.org/repos/asf/thrift.git


The following commit(s) were added to refs/heads/0.17.0 by this push:
     new 18ed5fe4a fixing missing EXTRA_DISTs
18ed5fe4a is described below

commit 18ed5fe4af56be3dcf4215ea1a448cc4bc5b6bca
Author: Jens Geyer <[email protected]>
AuthorDate: Wed Aug 31 22:08:03 2022 +0200

    fixing missing EXTRA_DISTs
---
 lib/kotlin/Makefile.am    | 9 ++++++++-
 test/Makefile.am          | 1 +
 tutorial/java/Makefile.am | 1 +
 tutorial/js/Makefile.am   | 1 +
 4 files changed, 11 insertions(+), 1 deletion(-)

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..c4f17ee5e 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/.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

Reply via email to