summaryrefslogtreecommitdiff
path: root/src/mongo/db/concurrency/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/concurrency/SConscript')
-rw-r--r--src/mongo/db/concurrency/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/concurrency/SConscript b/src/mongo/db/concurrency/SConscript
index 4aa43a9acfd..3b1f8e04de7 100644
--- a/src/mongo/db/concurrency/SConscript
+++ b/src/mongo/db/concurrency/SConscript
@@ -29,6 +29,7 @@ env.Library(
'exception_util.idl',
],
LIBDEPS_PRIVATE=[
+ '$BUILD_DIR/mongo/db/commands/server_status_core',
'$BUILD_DIR/mongo/db/server_base',
'$BUILD_DIR/mongo/db/server_options_servers',
'$BUILD_DIR/mongo/db/storage/recovery_unit_base',