summaryrefslogtreecommitdiff
path: root/src/mongo/SConscript
diff options
context:
space:
mode:
authorDaniel Gottlieb <daniel.gottlieb@mongodb.com>2018-09-20 15:00:47 -0400
committerDaniel Gottlieb <daniel.gottlieb@mongodb.com>2018-09-20 15:00:47 -0400
commit630eabac0591f207b29b6be014257387a9a7a904 (patch)
tree463bd23d64f3dec795b2fcf769d88a8fbe10ef50 /src/mongo/SConscript
parent4ec12c35a07a8c0f3a30692aec413a71fdab30de (diff)
downloadmongo-630eabac0591f207b29b6be014257387a9a7a904.tar.gz
SERVER-37192: Move $backupCursor to enterprise.
Diffstat (limited to 'src/mongo/SConscript')
-rw-r--r--src/mongo/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/SConscript b/src/mongo/SConscript
index b59dde57c0d..4c251b15bd6 100644
--- a/src/mongo/SConscript
+++ b/src/mongo/SConscript
@@ -327,7 +327,7 @@ env.Library(
'db/serveronly',
'db/service_context_d',
'db/startup_warnings_mongod',
- 'db/storage/backup_cursor_service',
+ 'db/storage/backup_cursor_hooks',
'db/system_index',
'db/ttl_d',
'executor/network_interface_factory',