summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/SConscript')
-rw-r--r--src/mongo/db/commands/SConscript23
1 files changed, 6 insertions, 17 deletions
diff --git a/src/mongo/db/commands/SConscript b/src/mongo/db/commands/SConscript
index 37055dd8a94..db92db44bac 100644
--- a/src/mongo/db/commands/SConscript
+++ b/src/mongo/db/commands/SConscript
@@ -85,6 +85,8 @@ env.Library(
source=[
'end_sessions_command.cpp',
'fail_point_cmd.cpp',
+ 'fle2_compact.cpp',
+ 'fle2_compact.idl',
'generic.cpp',
'generic.idl',
'hashcmd.cpp',
@@ -104,6 +106,7 @@ env.Library(
],
LIBDEPS_PRIVATE=[
'$BUILD_DIR/mongo/bson/mutable/mutable_bson',
+ '$BUILD_DIR/mongo/crypto/encrypted_field_config',
'$BUILD_DIR/mongo/db/auth/auth',
'$BUILD_DIR/mongo/db/auth/authprivilege',
'$BUILD_DIR/mongo/db/commands',
@@ -114,9 +117,11 @@ env.Library(
'$BUILD_DIR/mongo/db/logical_session_id',
'$BUILD_DIR/mongo/db/logical_session_id_helpers',
'$BUILD_DIR/mongo/db/mongohasher',
+ '$BUILD_DIR/mongo/db/namespace_string',
'$BUILD_DIR/mongo/db/ops/write_ops_parsers',
'$BUILD_DIR/mongo/db/server_options_core',
'$BUILD_DIR/mongo/idl/basic_types',
+ '$BUILD_DIR/mongo/idl/idl_parser',
'$BUILD_DIR/mongo/idl/server_parameter',
'$BUILD_DIR/mongo/rpc/message',
'test_commands_enabled',
@@ -227,22 +232,6 @@ env.Library(
)
env.Library(
- target="fle2_compact",
- source=[
- 'fle2_compact.cpp',
- 'fle2_compact.idl',
- ],
- LIBDEPS_PRIVATE=[
- '$BUILD_DIR/mongo/crypto/encrypted_field_config',
- '$BUILD_DIR/mongo/db/auth/auth',
- '$BUILD_DIR/mongo/db/catalog/catalog_helpers',
- '$BUILD_DIR/mongo/db/catalog/collection_catalog',
- '$BUILD_DIR/mongo/db/catalog_raii',
- '$BUILD_DIR/mongo/db/commands',
- ]
-)
-
-env.Library(
target="mongod_fsync",
source=[
"fsync.cpp",
@@ -545,6 +534,7 @@ env.Library(
"dbhash.cpp",
"driverHelpers.cpp",
"internal_rename_if_options_and_indexes_match_cmd.cpp",
+ "fle2_compact_cmd.cpp",
"map_reduce_command.cpp",
"oplog_application_checks.cpp",
"oplog_note.cpp",
@@ -614,7 +604,6 @@ env.Library(
'$BUILD_DIR/mongo/idl/idl_parser',
'$BUILD_DIR/mongo/util/net/ssl_manager',
'core',
- 'fle2_compact',
'kill_common',
'map_reduce_agg',
'mongod_fcv',