diff options
author | Andrew Morrow <acm@mongodb.com> | 2018-03-30 11:30:39 -0400 |
---|---|---|
committer | Andrew Morrow <acm@mongodb.com> | 2018-04-02 15:11:14 -0400 |
commit | 9055e4ea0230952af52e8cd396c63a8b407fdbf9 (patch) | |
tree | 0a52154ea8802eef5d6fd3476ed299af3cd7c279 /src/mongo/db/auth | |
parent | 94d23eaeacae39e59140b338ba7369a0f3572fc9 (diff) | |
download | mongo-9055e4ea0230952af52e8cd396c63a8b407fdbf9.tar.gz |
SERVER-33889 Strip out commands and libraries from embedded
Diffstat (limited to 'src/mongo/db/auth')
-rw-r--r-- | src/mongo/db/auth/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/auth/SConscript b/src/mongo/db/auth/SConscript index eaebe1cc5d2..ccc15db37bb 100644 --- a/src/mongo/db/auth/SConscript +++ b/src/mongo/db/auth/SConscript @@ -156,6 +156,7 @@ env.Library( ], LIBDEPS_PRIVATE=[ '$BUILD_DIR/mongo/client/sasl_client', + '$BUILD_DIR/mongo/db/audit', '$BUILD_DIR/mongo/db/commands', '$BUILD_DIR/mongo/db/commands/servers', '$BUILD_DIR/mongo/db/commands/test_commands_enabled', |