summaryrefslogtreecommitdiff
path: root/src/mongo/db/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/SConscript')
-rw-r--r--src/mongo/db/SConscript9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/mongo/db/SConscript b/src/mongo/db/SConscript
index a81c75a0d18..788417390f2 100644
--- a/src/mongo/db/SConscript
+++ b/src/mongo/db/SConscript
@@ -169,7 +169,7 @@ env.Library(
],
LIBDEPS=[
'$BUILD_DIR/mongo/base',
- '$BUILD_DIR/mongo/db/auth/internal_user_auth',
+ '$BUILD_DIR/mongo/client/authentication',
'$BUILD_DIR/mongo/util/net/ssl_manager',
]
)
@@ -452,7 +452,6 @@ env.Library(
"auth/authorization_manager_global",
],
LIBDEPS_PRIVATE=[
- "$BUILD_DIR/mongo/db/auth/internal_user_auth",
"$BUILD_DIR/mongo/db/auth/security_key",
],
)
@@ -907,7 +906,7 @@ env.Library(
'$BUILD_DIR/mongo/db/catalog/multi_index_block',
],
LIBDEPS_PRIVATE=[
- '$BUILD_DIR/mongo/db/auth/internal_user_auth',
+ '$BUILD_DIR/mongo/client/authentication',
'$BUILD_DIR/mongo/db/commands/list_collections_filter',
],
)
@@ -1378,15 +1377,13 @@ env.Library(
],
LIBDEPS=[
'$BUILD_DIR/mongo/base',
+ '$BUILD_DIR/mongo/client/authentication',
'$BUILD_DIR/mongo/client/remote_command_targeter',
'$BUILD_DIR/mongo/db/concurrency/lock_manager',
'$BUILD_DIR/mongo/db/repl/repl_coordinator_interface',
'dbdirectclient',
'sessions_collection',
],
- LIBDEPS_PRIVATE=[
- '$BUILD_DIR/mongo/db/auth/internal_user_auth',
- ],
)
env.Library(