diff options
Diffstat (limited to 'src/mongo/shell/SConscript')
-rw-r--r-- | src/mongo/shell/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/shell/SConscript b/src/mongo/shell/SConscript index 6bbfeccbf3f..675c09e7b07 100644 --- a/src/mongo/shell/SConscript +++ b/src/mongo/shell/SConscript @@ -141,6 +141,7 @@ kmsEnv.Library( source=[ "kms.cpp", "kms_aws.cpp", + "kms_azure.cpp", "kms_gcp.cpp", "kms_local.cpp", "kms_network.cpp", |