FIX: misc EXTRA_DIST sections
diff --git a/Makefile.am b/Makefile.am
index bbae44f..6ecd777 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -163,6 +163,7 @@
doap.rdf \
doc \
dub.json \
+ eslint.config.mjs \
go.mod \
jitpack.yml \
LANGUAGES.md \
@@ -170,6 +171,7 @@
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 3851294..ece8d24 100644
--- a/lib/php/Makefile.am
+++ b/lib/php/Makefile.am
@@ -150,6 +150,7 @@
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 3a13403..307f842 100644
--- a/lib/rs/Makefile.am
+++ b/lib/rs/Makefile.am
@@ -53,5 +53,7 @@
Cargo.toml \
README.md \
release.sh \
+ NOTICE \
+ LICENSE \
RELEASING.md
diff --git a/test/Makefile.am b/test/Makefile.am
index bc0cd63..c53d3b1 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -155,6 +155,7 @@
DoubleConstantsTest.thrift \
EnumContainersTest.thrift \
EnumTest.thrift \
+ ExceptionStruct.thrift \
FullCamelTest.thrift \
Include.thrift \
Identifiers.thrift \