summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/SConscript
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2023-01-16 20:45:40 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-01-16 21:25:48 +0000
commita202eb99b9b97dec0897a65fee21915185e1efdc (patch)
tree27307c4e7e512104ee5d4ed5aeae7dca7a334364 /src/mongo/db/index/SConscript
parent68835d4316db615702c99d1cd45a3fb0fb12217f (diff)
downloadmongo-a202eb99b9b97dec0897a65fee21915185e1efdc.tar.gz
Revert "SERVER-72735 Revert commits while investigating root cause"
Revert "SERVER-72735 Make 'collection' dependent on 'sharding_api_d'" This reverts commit d6b3993fcfc68d66fef6a25b268e0146e461857c. Revert "SERVER-72735 Move range_deletion_task.idl out of sharding_api_d" This reverts commit 3df82389e1a092738ef77bcf73a9ed60bbe6d55e. Revert "SERVER-72735 Move sharding_expressions.h/.cpp out of sharding_api_d" This reverts commit b9be9c29911c18171a639e2d4bb95bc46b9dbb81.
Diffstat (limited to 'src/mongo/db/index/SConscript')
-rw-r--r--src/mongo/db/index/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/index/SConscript b/src/mongo/db/index/SConscript
index 0795d88a76c..c2edbd467e5 100644
--- a/src/mongo/db/index/SConscript
+++ b/src/mongo/db/index/SConscript
@@ -28,6 +28,7 @@ env.Library(
],
LIBDEPS_PRIVATE=[
'$BUILD_DIR/mongo/db/bson/dotted_path_support',
+ '$BUILD_DIR/mongo/db/catalog/collection',
'$BUILD_DIR/mongo/db/exec/projection_executor',
'$BUILD_DIR/mongo/db/exec/working_set',
'$BUILD_DIR/mongo/db/fts/base_fts',