summaryrefslogtreecommitdiff
path: root/src/mongo/tools
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2015-05-01 11:23:14 -0400
committerAndrew Morrow <acm@mongodb.com>2015-05-06 15:47:23 -0400
commit88e74fc8c8d5c33d47d838ab3cc2d02dd06c9b57 (patch)
treefeb52042550463936bd0770b301bec423639dc54 /src/mongo/tools
parent08d5bf44e8ffbb561d08c8e0e4d2cc923944cd0a (diff)
downloadmongo-88e74fc8c8d5c33d47d838ab3cc2d02dd06c9b57.tar.gz
SERVER-9666 Push serveronly library into db directory
Diffstat (limited to 'src/mongo/tools')
-rw-r--r--src/mongo/tools/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/tools/SConscript b/src/mongo/tools/SConscript
index fe5492416be..df4976ce629 100644
--- a/src/mongo/tools/SConscript
+++ b/src/mongo/tools/SConscript
@@ -12,7 +12,7 @@ mongobridge = env.Program(
LIBDEPS=[
"$BUILD_DIR/mongo/db/coredb",
"$BUILD_DIR/mongo/coreserver",
- "$BUILD_DIR/mongo/serveronly",
+ "$BUILD_DIR/mongo/db/serveronly",
"$BUILD_DIR/mongo/util/ntservice_mock",
"$BUILD_DIR/mongo/util/options_parser/options_parser_init",
"$BUILD_DIR/mongo/util/signal_handlers_synchronous",