summaryrefslogtreecommitdiff
path: root/src/mongo/s/catalog/replset/SConscript
diff options
context:
space:
mode:
authorEsha Maharishi <esha.maharishi@mongodb.com>2016-05-25 17:01:10 -0400
committerEsha Maharishi <esha.maharishi@mongodb.com>2016-06-10 16:19:42 -0400
commit1e26998e7fda52c226385fae4069ebbc384c294a (patch)
treefb26938216376e21a295c9163ac53a80b43d8d8f /src/mongo/s/catalog/replset/SConscript
parentf3f756132c74c1b44696d30faf6ef806fc7de860 (diff)
downloadmongo-1e26998e7fda52c226385fae4069ebbc384c294a.tar.gz
SERVER-24126 Add step to _cfgsvrAddShard command where it inserts the shardIdentity document to the new shard
Diffstat (limited to 'src/mongo/s/catalog/replset/SConscript')
-rw-r--r--src/mongo/s/catalog/replset/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/s/catalog/replset/SConscript b/src/mongo/s/catalog/replset/SConscript
index 582b9a26aea..3d482b50403 100644
--- a/src/mongo/s/catalog/replset/SConscript
+++ b/src/mongo/s/catalog/replset/SConscript
@@ -66,6 +66,7 @@ env.Library(
],
LIBDEPS=[
'$BUILD_DIR/mongo/db/repl/read_concern_args',
+ '$BUILD_DIR/mongo/db/s/type_shard_identity',
'$BUILD_DIR/mongo/executor/network_interface',
'$BUILD_DIR/mongo/s/catalog/dist_lock_manager',
'$BUILD_DIR/mongo/s/client/sharding_client',