diff options
author | Mark Benvenuto <mark.benvenuto@mongodb.com> | 2021-02-05 14:00:41 -0500 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-02-09 00:04:28 +0000 |
commit | 93bddb471583e84afc412b68c7e9c06871d42c43 (patch) | |
tree | a42ee943c596d6c0d203a4a4730980591f0b1189 /src/mongo/db/SConscript | |
parent | 3120087175678ec7a61a6d12cd9326ba8cfa2d45 (diff) | |
download | mongo-93bddb471583e84afc412b68c7e9c06871d42c43.tar.gz |
SERVER-54022 Simplify AuthorizationSession
Diffstat (limited to 'src/mongo/db/SConscript')
-rw-r--r-- | src/mongo/db/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/SConscript b/src/mongo/db/SConscript index d2c4e1bda40..922e63dc38f 100644 --- a/src/mongo/db/SConscript +++ b/src/mongo/db/SConscript @@ -1221,6 +1221,7 @@ env.Library( ], LIBDEPS=[ '$BUILD_DIR/mongo/base', + '$BUILD_DIR/mongo/db/auth/auth_checks', '$BUILD_DIR/mongo/db/index/index_access_methods', '$BUILD_DIR/mongo/db/s/resharding_util', '$BUILD_DIR/mongo/s/common_s', |