summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Schwerin <schwerin@mongodb.com>2016-03-25 13:14:09 -0400
committerAndy Schwerin <schwerin@mongodb.com>2016-03-28 16:37:58 -0700
commit9ec38146e8ccdd1d2ab2e4f2f4c03d40554d2dce (patch)
tree119192196fa4d1521ada2ba288463f62a8664f69
parent6adda9f7dde0bf62b9ff8d27ade8f1bb6e574fec (diff)
downloadmongo-9ec38146e8ccdd1d2ab2e4f2f4c03d40554d2dce.tar.gz
SERVER-22858 Add LIBDEP edge from oplog_entry to optime libraries.
SERVER-22858 introduces this dependency edge.
-rw-r--r--src/mongo/db/repl/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/repl/SConscript b/src/mongo/db/repl/SConscript
index 30b5d1779f0..936cb6a7d1e 100644
--- a/src/mongo/db/repl/SConscript
+++ b/src/mongo/db/repl/SConscript
@@ -214,6 +214,7 @@ env.Library(
],
LIBDEPS=[
'$BUILD_DIR/mongo/base',
+ 'optime'
],
)