summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/SConscript
diff options
context:
space:
mode:
authorSuganthi Mani <suganthi.mani@mongodb.com>2021-11-09 13:21:10 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-11-09 20:55:12 +0000
commit7f89e2f0ed594e2c570c7d0ea31d4e887a608653 (patch)
treeb848de6f40921c9806b6293c61b747371b36c0ee /src/mongo/db/repl/SConscript
parent91ea2a5da01bd0806f2541d4157dfef54f6d7069 (diff)
downloadmongo-7f89e2f0ed594e2c570c7d0ea31d4e887a608653.tar.gz
SERVER-59495 Donor and recipient tenant migration state machines will persist the migration protocol info and tenantId info will be an empty string for 'Merge' protocol."
Diffstat (limited to 'src/mongo/db/repl/SConscript')
-rw-r--r--src/mongo/db/repl/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/repl/SConscript b/src/mongo/db/repl/SConscript
index b9a222f5706..dbc111fd53c 100644
--- a/src/mongo/db/repl/SConscript
+++ b/src/mongo/db/repl/SConscript
@@ -1292,6 +1292,7 @@ env.Library(
'$BUILD_DIR/mongo/client/connection_string',
'$BUILD_DIR/mongo/client/read_preference',
'$BUILD_DIR/mongo/db/commands/mongod_fcv',
+ '$BUILD_DIR/mongo/db/serverless/serverless_types_idl',
'$BUILD_DIR/mongo/idl/idl_parser',
'$BUILD_DIR/mongo/util/net/ssl_manager',
'optime',