diff options
author | Andrew Morrow <acm@mongodb.com> | 2017-05-18 13:47:32 -0400 |
---|---|---|
committer | Andrew Morrow <acm@mongodb.com> | 2017-05-19 13:58:10 -0400 |
commit | 668da7a6221e7ba2b0f98703925b55bffd625b6a (patch) | |
tree | 64fcfb04f29fd401f283da6cf4a8cd1c8ba23635 /src/mongo/SConscript | |
parent | 93d523217bc2fa5305b2fe180452d8d710b7a010 (diff) | |
download | mongo-668da7a6221e7ba2b0f98703925b55bffd625b6a.tar.gz |
SERVER-29281 Resolve edges related to the dcommands library
Diffstat (limited to 'src/mongo/SConscript')
-rw-r--r-- | src/mongo/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/SConscript b/src/mongo/SConscript index 9d983d00eda..64063b74fc6 100644 --- a/src/mongo/SConscript +++ b/src/mongo/SConscript @@ -354,6 +354,7 @@ env.Install( ] + env.WindowsResourceFile("s/server.rc"), LIBDEPS=[ 'db/commands/core', + 'db/commands/server_status', 'db/conn_pool_options', 'db/logical_time_metadata_hook', 'db/mongodandmongos', |