summaryrefslogtreecommitdiff
path: root/src/mongo/client/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/client/SConscript')
-rw-r--r--src/mongo/client/SConscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/client/SConscript b/src/mongo/client/SConscript
index 5010be181f0..cdaa0819473 100644
--- a/src/mongo/client/SConscript
+++ b/src/mongo/client/SConscript
@@ -72,6 +72,7 @@ if get_option('ssl') == 'on':
],
LIBDEPS_PRIVATE=[
'$BUILD_DIR/mongo/base',
+ '$BUILD_DIR/mongo/bson/bson_validate',
'$BUILD_DIR/mongo/db/server_options_core', # For object_check.h
'$BUILD_DIR/mongo/idl/idl_parser',
'$BUILD_DIR/third_party/shim_kms_message',
@@ -117,6 +118,7 @@ saslClientEnv.Library(
source=saslClientSource,
LIBDEPS=[
'$BUILD_DIR/mongo/base/secure_allocator',
+ '$BUILD_DIR/mongo/bson/bson_validate',
'$BUILD_DIR/mongo/bson/util/bson_extract',
'$BUILD_DIR/mongo/executor/remote_command',
'$BUILD_DIR/mongo/rpc/command_status',