summaryrefslogtreecommitdiff
path: root/src/mongo/tools
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2018-12-12 14:37:03 -0500
committerAndrew Morrow <acm@mongodb.com>2018-12-17 20:16:06 -0500
commit0d54f9e3b667ce2654137aacbad6ade6db783208 (patch)
tree05a65a5b32a24fe27856ad4d9ce02d25ddca9489 /src/mongo/tools
parentd022457ed9228522627eca86df1dd03470c9bb81 (diff)
downloadmongo-0d54f9e3b667ce2654137aacbad6ade6db783208.tar.gz
SERVER-38536 Convert the debugCollectionUUIDs set parameter to IDL
Diffstat (limited to 'src/mongo/tools')
-rw-r--r--src/mongo/tools/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/tools/SConscript b/src/mongo/tools/SConscript
index e65cbc2c209..418eafbaf78 100644
--- a/src/mongo/tools/SConscript
+++ b/src/mongo/tools/SConscript
@@ -41,6 +41,7 @@ mongoebench = yamlEnv.Program(
],
LIBDEPS=[
'$BUILD_DIR/mongo/db/dbdirectclient',
+ '$BUILD_DIR/mongo/db/storage/storage_options',
'$BUILD_DIR/mongo/embedded/embedded',
'$BUILD_DIR/mongo/embedded/embedded_integration_helpers',
'$BUILD_DIR/mongo/shell/benchrun',