summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/auth/SConscript')
-rw-r--r--src/mongo/db/auth/SConscript3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/db/auth/SConscript b/src/mongo/db/auth/SConscript
index 95bdc5c2559..e62251887c6 100644
--- a/src/mongo/db/auth/SConscript
+++ b/src/mongo/db/auth/SConscript
@@ -39,11 +39,10 @@ env.Library(
env.Library(
target='auth',
source=[
+ 'auth_name.cpp',
'authorization_manager.cpp',
'authorization_session.cpp',
'auth_decorations.cpp',
- 'user_name.cpp',
- 'role_name.cpp',
'role_name_or_string.cpp',
],
LIBDEPS=[