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/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/commands/SConscript b/src/mongo/s/commands/SConscript
index be0eb7d5203..916d1448fe3 100644
--- a/src/mongo/s/commands/SConscript
+++ b/src/mongo/s/commands/SConscript
@@ -84,7 +84,6 @@ env.Library(
'cluster_set_allow_migrations_cmd.cpp',
'cluster_set_cluster_parameter_cmd.cpp',
'cluster_set_feature_compatibility_version_cmd.cpp',
- 'cluster_set_free_monitoring_cmd.cpp' if get_option("enable-free-mon") == 'on' else [],
'cluster_set_index_commit_quorum_cmd.cpp',
'cluster_set_user_write_block_mode_command.cpp',
'cluster_shard_collection_cmd.cpp',
@@ -102,6 +101,7 @@ env.Library(
LIBDEPS_PRIVATE=[
'$BUILD_DIR/mongo/db/api_parameters',
'$BUILD_DIR/mongo/db/auth/auth_checks',
+ '$BUILD_DIR/mongo/db/catalog/collection_uuid_mismatch_info',
'$BUILD_DIR/mongo/db/change_stream_options_manager',
'$BUILD_DIR/mongo/db/commands/cluster_server_parameter_cmds_idl',
'$BUILD_DIR/mongo/db/commands/core',