summaryrefslogtreecommitdiff
path: root/src/mongo/SConscript
diff options
context:
space:
mode:
authorSara Golemon <sara.golemon@mongodb.com>2018-11-29 19:06:00 +0000
committerSara Golemon <sara.golemon@mongodb.com>2018-12-06 09:20:37 +0000
commit55ade18c488a08d160a3341799b9ea276f262d08 (patch)
tree43b3cf5009c3aa1d122efa14136a88732131b4e4 /src/mongo/SConscript
parentdfa007f46708ade8f66ae64bbcb9fd5744f96602 (diff)
downloadmongo-55ade18c488a08d160a3341799b9ea276f262d08.tar.gz
SERVER-38374 Add redact attribute to IDL based configs/params
Diffstat (limited to 'src/mongo/SConscript')
-rw-r--r--src/mongo/SConscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/SConscript b/src/mongo/SConscript
index 97d8f6c28c2..87531817195 100644
--- a/src/mongo/SConscript
+++ b/src/mongo/SConscript
@@ -535,6 +535,7 @@ if not has_option('noshell') and usemozjs:
'scripting/scripting',
'shell/benchrun',
'shell/mongojs',
+ 'shell/shell_options_storage',
'transport/message_compressor',
'transport/transport_layer_manager',
'util/net/network',
@@ -579,7 +580,6 @@ if not has_option('noshell') and usemozjs:
"shell/dbshell.cpp",
"shell/mongodbcr.cpp",
"shell/shell_options_init.cpp",
- env.Idlc('shell/shell_options.idl')[0],
] + env.WindowsResourceFile("shell/shell.rc"),
LIBDEPS=[
"$BUILD_DIR/third_party/shim_pcrecpp",
@@ -589,6 +589,7 @@ if not has_option('noshell') and usemozjs:
"$BUILD_DIR/mongo/util/password",
],
LIBDEPS_PRIVATE=[
+ 'shell/shell_options_register',
"$BUILD_DIR/mongo/client/connection_string",
'$BUILD_DIR/mongo/util/net/ssl_options_client' if get_option('ssl') == 'on' else '',
],