summaryrefslogtreecommitdiff
path: root/src/mongo/s/write_ops/SConscript
diff options
context:
space:
mode:
authorRandolph Tan <randolph@10gen.com>2018-09-18 15:07:25 -0400
committerRandolph Tan <randolph@10gen.com>2018-09-26 10:23:07 -0400
commit625fa16dff719dbf6688af209c5f31913d1e794f (patch)
tree132d9c464fd7ecd22dfc9f591df961757042dcbb /src/mongo/s/write_ops/SConscript
parent29ed53c6e1880b89adacdb292227dec57fb78fdc (diff)
downloadmongo-625fa16dff719dbf6688af209c5f31913d1e794f.tar.gz
SERVER-36589 Reorganize libraries and fold s/transaction to s/
Diffstat (limited to 'src/mongo/s/write_ops/SConscript')
-rw-r--r--src/mongo/s/write_ops/SConscript4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mongo/s/write_ops/SConscript b/src/mongo/s/write_ops/SConscript
index 8f1faef11fe..3de864d1f8e 100644
--- a/src/mongo/s/write_ops/SConscript
+++ b/src/mongo/s/write_ops/SConscript
@@ -32,9 +32,7 @@ env.Library(
'write_op.cpp',
],
LIBDEPS=[
- '$BUILD_DIR/mongo/s/multi_statement_transaction_requests_sender',
- '$BUILD_DIR/mongo/s/commands/cluster_commands_helpers',
- '$BUILD_DIR/mongo/s/transaction/router_session',
+ '$BUILD_DIR/mongo/s/sharding_router_api',
'batch_write_types',
],
)