summaryrefslogtreecommitdiff
path: root/src/mongo/s/SConscript
diff options
context:
space:
mode:
authorSergi Mateo Bellido <sergi.mateo-bellido@mongodb.com>2020-11-23 08:57:20 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-11-24 16:34:15 +0000
commitbb840568d976f687fb8e0baa24e37a7827b06de4 (patch)
tree9f67072809d015dd8d84d58cd0290c5f3f7c5278 /src/mongo/s/SConscript
parentd291ec46eebdb789a700053f949fb0f3f92cc7d0 (diff)
downloadmongo-bb840568d976f687fb8e0baa24e37a7827b06de4.tar.gz
SERVER-52933 Add timestamp to the DatabaseVersion IDL
PART 1 - Adding a new DatabaseVersion class that handles the underlying IDL implementation of a DatabaseVersion
Diffstat (limited to 'src/mongo/s/SConscript')
-rw-r--r--src/mongo/s/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/SConscript b/src/mongo/s/SConscript
index c134e762b5e..bf4fc8cc3a6 100644
--- a/src/mongo/s/SConscript
+++ b/src/mongo/s/SConscript
@@ -146,7 +146,7 @@ env.Library(
'catalog/type_tags.cpp',
'chunk_version.cpp',
'chunk_version.idl',
- 'database_version_helpers.cpp',
+ 'database_version.cpp',
'database_version.idl',
'mongod_and_mongos_server_parameters.idl',
'request_types/add_shard_request_type.cpp',