summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/catalog/SConscript')
-rw-r--r--src/mongo/db/catalog/SConscript10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mongo/db/catalog/SConscript b/src/mongo/db/catalog/SConscript
index f4ea51e27bd..56a26e028ec 100644
--- a/src/mongo/db/catalog/SConscript
+++ b/src/mongo/db/catalog/SConscript
@@ -302,17 +302,17 @@ env.Library(
'rename_collection.cpp',
],
LIBDEPS=[
- 'collection',
- 'collection_options',
- 'database',
- 'index_catalog',
- 'index_create',
'$BUILD_DIR/mongo/base',
'$BUILD_DIR/mongo/db/background',
'$BUILD_DIR/mongo/db/db_raii',
'$BUILD_DIR/mongo/db/query_exec',
'$BUILD_DIR/mongo/db/views/views',
'$BUILD_DIR/mongo/db/write_ops',
+ 'collection_options',
+ 'collection',
+ 'database',
+ 'index_catalog',
+ 'index_create',
],
)