summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/SConscript
diff options
context:
space:
mode:
authorMax Hirschhorn <max.hirschhorn@mongodb.com>2016-05-08 14:16:24 -0400
committerMax Hirschhorn <max.hirschhorn@mongodb.com>2016-05-08 14:16:24 -0400
commit3a0d6ee6a2b6f82c5775380b7184501916338331 (patch)
treeeeb564a87bbd7b285392499cbfa01d179ff67d52 /src/mongo/db/storage/SConscript
parent65222c4b5146cc6b8930e784149e5aade132a8fc (diff)
downloadmongo-3a0d6ee6a2b6f82c5775380b7184501916338331.tar.gz
SERVER-22726 Store path-level multikey information in the KVCatalog.
Diffstat (limited to 'src/mongo/db/storage/SConscript')
-rw-r--r--src/mongo/db/storage/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/storage/SConscript b/src/mongo/db/storage/SConscript
index eae01a14119..c2b6ae9e5e4 100644
--- a/src/mongo/db/storage/SConscript
+++ b/src/mongo/db/storage/SConscript
@@ -48,6 +48,7 @@ env.Library(
],
LIBDEPS=[
'$BUILD_DIR/mongo/db/catalog/collection_options',
+ '$BUILD_DIR/mongo/db/common',
'$BUILD_DIR/mongo/db/service_context',
],
)