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

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


The following commit(s) were added to refs/heads/0.22.0 by this push:
     new 071e7cede FIX: misc EXTRA_DIST sections
071e7cede is described below

commit 071e7cede47a2cb3c4fc681b27e1549e4ed8f1df
Author: Jens Geyer <[email protected]>
AuthorDate: Thu May 15 01:18:54 2025 +0200

    FIX: misc EXTRA_DIST sections
---
 Makefile.am         | 2 ++
 lib/php/Makefile.am | 1 +
 lib/rs/Makefile.am  | 2 ++
 test/Makefile.am    | 1 +
 4 files changed, 6 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index bbae44fa6..6ecd7778a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -163,6 +163,7 @@ EXTRA_DIST = \
        doap.rdf \
        doc \
        dub.json \
+       eslint.config.mjs \
        go.mod \
        jitpack.yml \
        LANGUAGES.md \
@@ -170,6 +171,7 @@ EXTRA_DIST = \
        NOTICE \
        package.json \
        package-lock.json \
+       Package.swift \
        phpcs.xml.dist \
        README.md \
        rust-toolchain \
diff --git a/lib/php/Makefile.am b/lib/php/Makefile.am
index 385129460..ece8d2445 100644
--- a/lib/php/Makefile.am
+++ b/lib/php/Makefile.am
@@ -150,6 +150,7 @@ EXTRA_DIST = \
        src/TStringUtils.php \
        coding_standards.md \
        thrift_protocol.ini \
+       phpunit.xml \
        README.apache.md \
        README.md \
        test
diff --git a/lib/rs/Makefile.am b/lib/rs/Makefile.am
index 3a134034d..307f84228 100644
--- a/lib/rs/Makefile.am
+++ b/lib/rs/Makefile.am
@@ -53,5 +53,7 @@ EXTRA_DIST = \
        Cargo.toml \
        README.md \
        release.sh \
+       NOTICE \
+       LICENSE \
        RELEASING.md
 
diff --git a/test/Makefile.am b/test/Makefile.am
index bc0cd6334..c53d3b19d 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -155,6 +155,7 @@ EXTRA_DIST = \
        DoubleConstantsTest.thrift \
        EnumContainersTest.thrift \
        EnumTest.thrift \
+       ExceptionStruct.thrift \
        FullCamelTest.thrift \
        Include.thrift \
        Identifiers.thrift \

Reply via email to