diff options
| author | Apollon Oikonomopoulos <apoikos@debian.org> | 2018-03-22 12:04:55 +0200 |
|---|---|---|
| committer | Apollon Oikonomopoulos <apoikos@debian.org> | 2018-03-22 12:04:55 +0200 |
| commit | c49e99631589113663b1a3ac691870421965a315 (patch) | |
| tree | ac8127a5a6816f169a6656511bf131a35af2f74a /src/mongo/db/SConscript | |
| parent | d982a88efa79f510c03f1c6c8c63360680ebbf88 (diff) | |
New upstream version 3.4.14upstream/3.4.14
Diffstat (limited to 'src/mongo/db/SConscript')
| -rw-r--r-- | src/mongo/db/SConscript | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/mongo/db/SConscript b/src/mongo/db/SConscript index e2be152f126..ded6480875c 100644 --- a/src/mongo/db/SConscript +++ b/src/mongo/db/SConscript @@ -445,6 +445,7 @@ env.Library( LIBDEPS=[ '$BUILD_DIR/mongo/db/serveronly', '$BUILD_DIR/mongo/util/options_parser/options_parser_init', + 'repl/replica_set_messages', 'server_options', ], ) @@ -766,9 +767,12 @@ env.Library( 'log_process_details.cpp', ], LIBDEPS=[ + 'repl/repl_coordinator_global', + 'repl/repl_coordinator_interface', + 'repl/replica_set_messages', + 'server_options', '$BUILD_DIR/mongo/base', '$BUILD_DIR/mongo/util/net/network', - 'server_options', ], ) @@ -818,3 +822,4 @@ asioEnv.CppIntegrationTest( '$BUILD_DIR/mongo/executor/network_interface_asio_fixture', ], ) + |
