summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/commands/SConscript')
-rw-r--r--src/mongo/s/commands/SConscript4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mongo/s/commands/SConscript b/src/mongo/s/commands/SConscript
index 75db97fa257..75fb56c876b 100644
--- a/src/mongo/s/commands/SConscript
+++ b/src/mongo/s/commands/SConscript
@@ -61,6 +61,7 @@ env.Library(
'cluster_merge_chunks_cmd.cpp',
'cluster_move_chunk_cmd.cpp',
'cluster_move_primary_cmd.cpp',
+ 'cluster_multicast.cpp',
'cluster_netstat_cmd.cpp',
'cluster_pipeline_cmd.cpp',
'cluster_plan_cache_cmd.cpp',
@@ -79,7 +80,9 @@ env.Library(
'cluster_write.cpp',
'cluster_write_cmd.cpp',
'commands_public.cpp',
+ 'kill_sessions_remote.cpp',
'strategy.cpp',
+ env.Idlc('cluster_multicast.idl')[0],
],
LIBDEPS=[
'$BUILD_DIR/mongo/db/auth/authmongos',
@@ -88,6 +91,7 @@ env.Library(
'$BUILD_DIR/mongo/db/commands/write_commands_common',
'$BUILD_DIR/mongo/db/pipeline/aggregation',
'$BUILD_DIR/mongo/db/views/views',
+ '$BUILD_DIR/mongo/executor/async_multicaster',
'$BUILD_DIR/mongo/rpc/client_metadata',
'$BUILD_DIR/mongo/s/async_requests_sender',
'$BUILD_DIR/mongo/s/client/parallel',