Skip to content

Commit

Permalink
FIX: missing EXTRA_DIST entries
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens-G committed Feb 2, 2022
1 parent f99375e commit a10d401
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/go/test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ EXTRA_DIST = \
ConflictNamespaceTestB.thrift \
ConflictNamespaceTestC.thrift \
ConflictNamespaceTestD.thrift \
ConflictNamespaceTestE.thrift \
ConflictNamespaceTestF.thrift \
ConflictNamespaceTestSuperThing.thrift \
ConstOptionalField.thrift \
ConstOptionalFieldImport.thrift \
Expand Down
5 changes: 5 additions & 0 deletions lib/go/test/fuzz/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,8 @@ check: gopathfuzz
clean-local:
$(RM) -r gopathfuzz gen-go

EXTRA_DIST = \
fuzz.go \
fuzz_test.go \
go.mod \
go.sum
3 changes: 3 additions & 0 deletions lib/netstd/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ clean-local:
EXTRA_DIST = \
README.md \
Directory.Build.props \
.editorconfig \
Benchmarks/Thrift.Benchmarks \
Tests/Thrift.IntegrationTests/Protocols \
Tests/Thrift.IntegrationTests/Thrift.IntegrationTests.csproj \
Expand All @@ -53,12 +54,14 @@ EXTRA_DIST = \
Tests/Thrift.Tests/Collections \
Tests/Thrift.Tests/DataModel \
Tests/Thrift.Tests/Protocols \
Tests/Thrift.Tests/Transports \
Tests/Thrift.Tests/Thrift.Tests.csproj \
Thrift/Collections \
Thrift/Processor \
Thrift/Properties \
Thrift/Protocol \
Thrift/Server \
Thrift/GlobalSuppressions.cs \
Thrift/TApplicationException.cs \
Thrift/TBaseClient.cs \
Thrift/TConfiguration.cs \
Expand Down
2 changes: 2 additions & 0 deletions lib/php/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ EXTRA_DIST = \
src/ext/thrift_protocol/config.w32 \
src/ext/thrift_protocol/php_thrift_protocol.cpp \
src/ext/thrift_protocol/php_thrift_protocol.h \
src/ext/thrift_protocol/php_thrift_protocol.stub.php
src/ext/thrift_protocol/php_thrift_protocol_arginfo.h \
src/Thrift.php \
src/TStringUtils.php \
coding_standards.md \
Expand Down
1 change: 1 addition & 0 deletions lib/rs/test_recursive/src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ clean-local:
-$(RM) vehicles.rs

EXTRA_DIST = \
lib.rs \
Vehicles.thrift
1 change: 1 addition & 0 deletions lib/rs/test_recursive/src/maintenance/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ clean-local:
-$(RM) maintenance_facility.rs

EXTRA_DIST = \
mod.rs \
MaintenanceFacility.thrift
1 change: 1 addition & 0 deletions lib/rs/test_recursive/src/transit/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ clean-local:
-$(RM) transporters.rs

EXTRA_DIST = \
mod.rs \
Buses.thrift \
Trains.thrift \
Transporters.thrift
1 change: 1 addition & 0 deletions lib/rs/test_recursive/src/transit/light/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ clean-local:
-$(RM) streetcars.rs

EXTRA_DIST = \
mod.rs \
LightRail.thrift \
Streetcars.thrift
1 change: 1 addition & 0 deletions lib/rs/test_recursive/src/transit/services/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ clean-local:
-$(RM) city_services.rs

EXTRA_DIST = \
mod.rs \
CityServices.thrift
1 change: 1 addition & 0 deletions test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ EXTRA_DIST = \
rb \
rs \
threads \
partial \
AnnotationTest.thrift \
BrokenConstants.thrift \
ConstantsDemo.thrift \
Expand Down

0 comments on commit a10d401

Please sign in to comment.