summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2015-04-24 10:32:49 -0400
committerAndrew Morrow <acm@mongodb.com>2015-04-24 15:31:07 -0400
commitcd690a3e60704a34dcea3865576a0c9d6a41fbc8 (patch)
treea09bf1953c2e6da7a60dc19cb371bf47b4ef196b /src/mongo/db/ops
parent6b9cffd2c4fd0d8cce5a1729be4414e640cafe0b (diff)
downloadmongo-cd690a3e60704a34dcea3865576a0c9d6a41fbc8.tar.gz
SERVER-9666 Push range arithmatic and global timestamp into db
Diffstat (limited to 'src/mongo/db/ops')
-rw-r--r--src/mongo/db/ops/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/ops/SConscript b/src/mongo/db/ops/SConscript
index a628dd720aa..cbd3f2d53a2 100644
--- a/src/mongo/db/ops/SConscript
+++ b/src/mongo/db/ops/SConscript
@@ -69,7 +69,7 @@ env.Library(
],
LIBDEPS=[
'$BUILD_DIR/mongo/db/matcher/expressions',
- '$BUILD_DIR/mongo/global_timestamp',
+ '$BUILD_DIR/mongo/db/global_timestamp',
'update_common',
],
)