summaryrefslogtreecommitdiff
path: root/lib/rs
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2022-02-02 22:57:46 +0100
committerJens Geyer <jensg@apache.org>2022-02-02 22:58:16 +0100
commita10d401996690d3e5387341c1248b7d1028d9ac7 (patch)
treee1309067b06e96f043c70878664906a8b363f5c8 /lib/rs
parentf99375ef87a0540e7af6cf167522ba0cbb1a0b21 (diff)
downloadthrift-a10d401996690d3e5387341c1248b7d1028d9ac7.tar.gz
FIX: missing EXTRA_DIST entries
Diffstat (limited to 'lib/rs')
-rw-r--r--lib/rs/test_recursive/src/Makefile.am1
-rw-r--r--lib/rs/test_recursive/src/maintenance/Makefile.am1
-rw-r--r--lib/rs/test_recursive/src/transit/Makefile.am1
-rw-r--r--lib/rs/test_recursive/src/transit/light/Makefile.am1
-rw-r--r--lib/rs/test_recursive/src/transit/services/Makefile.am1
5 files changed, 5 insertions, 0 deletions
diff --git a/lib/rs/test_recursive/src/Makefile.am b/lib/rs/test_recursive/src/Makefile.am
index c21a94cd2..4bfd557d0 100644
--- a/lib/rs/test_recursive/src/Makefile.am
+++ b/lib/rs/test_recursive/src/Makefile.am
@@ -30,4 +30,5 @@ clean-local:
-$(RM) vehicles.rs
EXTRA_DIST = \
+ lib.rs \
Vehicles.thrift
diff --git a/lib/rs/test_recursive/src/maintenance/Makefile.am b/lib/rs/test_recursive/src/maintenance/Makefile.am
index c24813a12..e2526bdc9 100644
--- a/lib/rs/test_recursive/src/maintenance/Makefile.am
+++ b/lib/rs/test_recursive/src/maintenance/Makefile.am
@@ -30,4 +30,5 @@ clean-local:
-$(RM) maintenance_facility.rs
EXTRA_DIST = \
+ mod.rs \
MaintenanceFacility.thrift
diff --git a/lib/rs/test_recursive/src/transit/Makefile.am b/lib/rs/test_recursive/src/transit/Makefile.am
index 731826546..908becb25 100644
--- a/lib/rs/test_recursive/src/transit/Makefile.am
+++ b/lib/rs/test_recursive/src/transit/Makefile.am
@@ -35,6 +35,7 @@ clean-local:
-$(RM) transporters.rs
EXTRA_DIST = \
+ mod.rs \
Buses.thrift \
Trains.thrift \
Transporters.thrift
diff --git a/lib/rs/test_recursive/src/transit/light/Makefile.am b/lib/rs/test_recursive/src/transit/light/Makefile.am
index c09c39d99..88fd5310c 100644
--- a/lib/rs/test_recursive/src/transit/light/Makefile.am
+++ b/lib/rs/test_recursive/src/transit/light/Makefile.am
@@ -32,5 +32,6 @@ clean-local:
-$(RM) streetcars.rs
EXTRA_DIST = \
+ mod.rs \
LightRail.thrift \
Streetcars.thrift
diff --git a/lib/rs/test_recursive/src/transit/services/Makefile.am b/lib/rs/test_recursive/src/transit/services/Makefile.am
index f70e9198d..12e9e2935 100644
--- a/lib/rs/test_recursive/src/transit/services/Makefile.am
+++ b/lib/rs/test_recursive/src/transit/services/Makefile.am
@@ -30,4 +30,5 @@ clean-local:
-$(RM) city_services.rs
EXTRA_DIST = \
+ mod.rs \
CityServices.thrift