summaryrefslogtreecommitdiff
path: root/src/mongo/db/stats
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2017-05-18 13:47:32 -0400
committerAndrew Morrow <acm@mongodb.com>2017-05-19 13:58:10 -0400
commit668da7a6221e7ba2b0f98703925b55bffd625b6a (patch)
tree64fcfb04f29fd401f283da6cf4a8cd1c8ba23635 /src/mongo/db/stats
parent93d523217bc2fa5305b2fe180452d8d710b7a010 (diff)
downloadmongo-668da7a6221e7ba2b0f98703925b55bffd625b6a.tar.gz
SERVER-29281 Resolve edges related to the dcommands library
Diffstat (limited to 'src/mongo/db/stats')
-rw-r--r--src/mongo/db/stats/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/stats/SConscript b/src/mongo/db/stats/SConscript
index 2bc9b1c1775..d91a7df5322 100644
--- a/src/mongo/db/stats/SConscript
+++ b/src/mongo/db/stats/SConscript
@@ -97,7 +97,7 @@ env.Library(
],
LIBDEPS=[
'$BUILD_DIR/mongo/base',
- '$BUILD_DIR/mongo/db/commands/core',
+ '$BUILD_DIR/mongo/db/commands/server_status',
'$BUILD_DIR/mongo/db/index/index_access_methods',
'fill_locker_info',
'top',