summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAllen George <allengeorge@apache.org>2021-03-11 08:25:26 -0500
committerGitHub <noreply@github.com>2021-03-11 08:25:26 -0500
commitde6f61aed04e4de8e51ae44fa634451e77f17a52 (patch)
tree7c3217e773cfc886ddf1f74f5773a3304d8963a6 /configure.ac
parentf926d84a4824b136611f95b78e4064fda5966b9e (diff)
downloadthrift-de6f61aed04e4de8e51ae44fa634451e77f17a52.tar.gz
THRIFT-4098 Namespace support for generated Rust code (#2348)
Client: rs
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index a70a812f8..98327f43b 100755
--- a/configure.ac
+++ b/configure.ac
@@ -797,6 +797,12 @@ AC_CONFIG_FILES([
lib/rb/Makefile
lib/rs/Makefile
lib/rs/test/Makefile
+ lib/rs/test_recursive/Makefile
+ lib/rs/test_recursive/src/Makefile
+ lib/rs/test_recursive/src/maintenance/Makefile
+ lib/rs/test_recursive/src/transit/Makefile
+ lib/rs/test_recursive/src/transit/light/Makefile
+ lib/rs/test_recursive/src/transit/services/Makefile
lib/lua/Makefile
lib/swift/Makefile
lib/ts/Makefile