summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/SConscript
diff options
context:
space:
mode:
authorSara Golemon <sara.golemon@mongodb.com>2021-01-08 22:49:02 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-01-12 20:30:56 +0000
commitd9dbede70d8f429cb46876ad0e2462d3d489eccc (patch)
treef5c4d4fb2c6a0641622451c95c41781650ef6732 /src/mongo/db/auth/SConscript
parenta67689bc26cad79cc008833458aaad496fece9c4 (diff)
downloadmongo-d9dbede70d8f429cb46876ad0e2462d3d489eccc.tar.gz
SERVER-53154 Convert saslStart/saslContinue to TypedCommand
Diffstat (limited to 'src/mongo/db/auth/SConscript')
-rw-r--r--src/mongo/db/auth/SConscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/auth/SConscript b/src/mongo/db/auth/SConscript
index 8a5498f04ba..865b4d8c474 100644
--- a/src/mongo/db/auth/SConscript
+++ b/src/mongo/db/auth/SConscript
@@ -224,6 +224,8 @@ env.Library(
source=[
'authz_session_external_state_server_common.cpp',
'sasl_commands.cpp',
+ 'sasl_commands.idl',
+ 'sasl_payload.cpp',
'enable_localhost_auth_bypass_parameter.idl',
],
LIBDEPS=[