summaryrefslogtreecommitdiff
path: root/src/mongo/util/net/SConscript
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2015-04-26 18:19:30 -0400
committerAndrew Morrow <acm@mongodb.com>2015-04-29 17:18:08 -0400
commit720f637f5c6982a0acd1260c232021bcbc3eac20 (patch)
tree63affd364d0534106adedae3bad7222ba30c1c60 /src/mongo/util/net/SConscript
parent0fd8539f8303d89a78458113cf0d9b6c297875e5 (diff)
downloadmongo-720f637f5c6982a0acd1260c232021bcbc3eac20.tar.gz
SERVER-9666 Push background_job lib down into util
Diffstat (limited to 'src/mongo/util/net/SConscript')
-rw-r--r--src/mongo/util/net/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/util/net/SConscript b/src/mongo/util/net/SConscript
index 7ab67fa20be..8153bf8fb26 100644
--- a/src/mongo/util/net/SConscript
+++ b/src/mongo/util/net/SConscript
@@ -37,7 +37,7 @@ env.Library(
"ssl_options.cpp",
],
LIBDEPS=[
- '$BUILD_DIR/mongo/background_job',
+ '$BUILD_DIR/mongo/util/background_job',
'$BUILD_DIR/mongo/util/fail_point',
'$BUILD_DIR/mongo/server_options_core',
'$BUILD_DIR/mongo/util/concurrency/ticketholder',