summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEric Milkie <milkie@10gen.com>2016-04-13 10:20:36 -0400
committerEric Milkie <milkie@10gen.com>2016-04-13 10:20:39 -0400
commitde8b1060e3af529b2136f289d73666b6be49891b (patch)
tree990a65393ec3ebd45f814253d2ef41299a1a8bd3 /src
parent4c1e3619a67041f589eb65da29a146629e88e280 (diff)
downloadmongo-de8b1060e3af529b2136f289d73666b6be49891b.tar.gz
SERVER-23679 add missing dependency edge for libclientdriver
Diffstat (limited to 'src')
-rw-r--r--src/mongo/client/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/client/SConscript b/src/mongo/client/SConscript
index 47846230a70..f863b44daea 100644
--- a/src/mongo/client/SConscript
+++ b/src/mongo/client/SConscript
@@ -136,6 +136,7 @@ env.Library(
'$BUILD_DIR/mongo/db/auth/authcommon',
'$BUILD_DIR/mongo/db/commands/test_commands_enabled',
'$BUILD_DIR/mongo/db/dbmessage',
+ '$BUILD_DIR/mongo/db/write_concern_options',
'$BUILD_DIR/mongo/executor/connection_pool_stats',
'$BUILD_DIR/mongo/rpc/command_status',
'$BUILD_DIR/mongo/rpc/rpc',