summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/mobile
diff options
context:
space:
mode:
authorXiangyu Yao <xiangyu.yao@mongodb.com>2019-04-08 10:46:00 -0400
committerXiangyu Yao <xiangyu.yao@mongodb.com>2019-04-10 03:45:53 -0400
commit8cb23dbe2fac05ee28542fc24befc13c222ea006 (patch)
tree89d46ff18ff1c3aace4b9d190393264da27183e8 /src/mongo/db/storage/mobile
parent28a6425d9e773c3a0d6879f65b4e2ee47c96fd21 (diff)
downloadmongo-8cb23dbe2fac05ee28542fc24befc13c222ea006.tar.gz
SERVER-39515 Remove DatabaseCatalogEntry
Diffstat (limited to 'src/mongo/db/storage/mobile')
-rw-r--r--src/mongo/db/storage/mobile/SConscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/db/storage/mobile/SConscript b/src/mongo/db/storage/mobile/SConscript
index feb8e516e21..72d0e6bbf65 100644
--- a/src/mongo/db/storage/mobile/SConscript
+++ b/src/mongo/db/storage/mobile/SConscript
@@ -55,7 +55,8 @@ env.Library(
PROGDEPS_DEPENDENTS=serveronlyProgDepsDependents,
LIBDEPS=[
'storage_mobile_core',
- '$BUILD_DIR/mongo/db/storage/kv/kv_engine'
+ '$BUILD_DIR/mongo/db/storage/kv/kv_engine_core',
+ '$BUILD_DIR/mongo/db/storage/kv/kv_storage_engine',
],
LIBDEPS_PRIVATE=[
'$BUILD_DIR/mongo/db/storage/storage_engine_common',