Skip to content

Commit df52ad4

Browse files
committed
EXTRA_DIST fixes
1 parent 21a89c6 commit df52ad4

6 files changed

Lines changed: 30 additions & 16 deletions

File tree

Makefile.am

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,12 @@ EXTRA_DIST = \
151151
.github/workflows/release_rust.yml \
152152
.travis.yml \
153153
ApacheThrift.nuspec \
154+
AGENTS.md \
154155
appveyor.yml \
155156
bootstrap.sh \
156157
bower.json \
157158
build \
159+
CLAUDE.md \
158160
CHANGES.md \
159161
CMakeLists.txt \
160162
composer.json \
@@ -165,6 +167,7 @@ EXTRA_DIST = \
165167
doc \
166168
dub.json \
167169
eslint.config.mjs \
170+
FUZZING.md \
168171
go.mod \
169172
jitpack.yml \
170173
LANGUAGES.md \

compiler/cpp/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ thrift_SOURCES = src/thrift/audit/t_audit.cpp \
4141
src/thrift/generate/t_generator_registry.h \
4242
src/thrift/generate/t_html_generator.h \
4343
src/thrift/generate/t_oop_generator.h \
44+
src/thrift/generate/sha256.h\
4445
src/thrift/globals.h \
4546
src/thrift/logging.h \
4647
src/thrift/main.cc \

lib/py/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ EXTRA_DIST = \
8181
compat \
8282
setup.py \
8383
setup.cfg \
84+
pyproject.toml \
8485
src \
8586
test \
8687
README.md
88+

lib/rb/Makefile.am

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,13 @@ distdir:
5252
$(MAKE) $(AM_MAKEFLAGS) distdir-am
5353

5454
EXTRA_DIST = \
55+
.rubocop.yml \
5556
coding_standards.md \
5657
Rakefile \
5758
Gemfile \
59+
Gemfile.linters \
60+
Gemfile.lock \
61+
test/fuzz/.gitignore \
5862
thrift.gemspec \
5963
lib \
6064
ext \

lib/rs/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ EXTRA_DIST = \
5353
Cargo.toml \
5454
README.md \
5555
release.sh \
56+
test/fuzz/.gitignore \
5657
NOTICE \
5758
LICENSE \
5859
RELEASING.md

test/Makefile.am

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ EXTRA_DIST = \
130130
cpp \
131131
crossrunner \
132132
dart \
133+
delphi \
133134
erl \
134135
keys \
135136
lua \
@@ -147,46 +148,48 @@ EXTRA_DIST = \
147148
AnnotationTest.thrift \
148149
BrokenConstants.thrift \
149150
ConstantsDemo.thrift \
150-
v0.16/ConstantsDemo.thrift \
151151
DebugProtoTest.thrift \
152-
v0.16/DebugProtoTest.thrift \
153152
DenseLinkingTest.thrift \
154153
DocTest.thrift \
155154
DoubleConstantsTest.thrift \
156155
EnumContainersTest.thrift \
157156
EnumTest.thrift \
158157
ExceptionStruct.thrift \
159158
FullCamelTest.thrift \
160-
Include.thrift \
159+
FuzzTest.thrift \
161160
Identifiers.thrift \
161+
Include.thrift \
162+
index.html \
162163
Int64Test.thrift \
163164
JsDeepConstructorTest.thrift \
165+
keys/keygen/.gitignore \
166+
known_failures_Linux.json \
164167
ManyOptionals.thrift \
165168
ManyTypedefs.thrift \
166169
NameConflictTest.thrift \
167-
v0.16/NameConflictTest.thrift \
168170
OptionalRequiredTest.thrift \
171+
partial/thrift_test_schema.thrift \
172+
README.md \
173+
rebuild_known_failures.sh \
169174
Recursive.thrift \
175+
result.js \
170176
ReuseObjects.thrift \
177+
Service.thrift \
171178
SmallTest.thrift \
179+
SpecificNameTest.thrift \
172180
StressTest.thrift \
181+
test.py \
182+
tests.json \
173183
ThriftTest.thrift \
174-
v0.16/ThriftTest.thrift \
175184
TypedefTest.thrift \
176185
Types.thrift \
177186
UnsafeTypes.thrift \
178-
Service.thrift \
179-
SpecificNameTest.thrift \
187+
v0.16/ConstantsDemo.thrift \
188+
v0.16/DebugProtoTest.thrift \
189+
v0.16/FuzzTestNoUuid.thrift \
190+
v0.16/NameConflictTest.thrift \
191+
v0.16/ThriftTest.thrift \
180192
VoidMethExceptionsTest.thrift \
181-
partial/thrift_test_schema.thrift \
182-
keys/keygen/.gitignore \
183-
known_failures_Linux.json \
184-
test.py \
185-
tests.json \
186-
rebuild_known_failures.sh \
187-
result.js \
188-
index.html \
189-
README.md \
190193
valgrind.suppress
191194

192195
precross-%:

0 commit comments

Comments
 (0)