From ea7de0274b3e5f3e63079f9507498d4a0915106a Mon Sep 17 00:00:00 2001 From: Luis Osta Date: Wed, 5 Aug 2020 13:13:25 +0000 Subject: SERVER-50079 Move libraries in LIBDEPS for the mongod target in the SConscript file in the commands folder to LIBDEPS_PRIVATE --- src/mongo/db/commands/SConscript | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/mongo/db/commands/SConscript b/src/mongo/db/commands/SConscript index 70f9707fb8f..b55691c751f 100644 --- a/src/mongo/db/commands/SConscript +++ b/src/mongo/db/commands/SConscript @@ -418,10 +418,6 @@ env.Library( env.Idlc('internal_rename_if_options_and_indexes_match.idl')[0], env.Idlc('vote_commit_index_build.idl')[0], ], - LIBDEPS=[ - 'tenant_migration_cmds_request', - 'txn_cmd_request', - ], LIBDEPS_PRIVATE=[ '$BUILD_DIR/mongo/base', '$BUILD_DIR/mongo/client/clientdriver_minimal', @@ -464,7 +460,9 @@ env.Library( 'shell_protocol', 'shutdown_idl', 'standalone', + 'tenant_migration_cmds_request', 'test_commands_enabled', + 'txn_cmd_request', ], ) -- cgit v1.2.1