diff options
author | ADAM David Alan Martin <adam.martin@10gen.com> | 2017-04-18 18:16:03 -0400 |
---|---|---|
committer | ADAM David Alan Martin <adam.martin@10gen.com> | 2017-04-20 15:49:12 -0400 |
commit | 47b98a643bc1844cf7a3cc9362748f125efa875c (patch) | |
tree | a867230be941af42b49b55c4b9c62ab72b5823bf /src/mongo/db/query/SConscript | |
parent | 89fb4cd00cda336d7915dd603ef802534a1c4ea7 (diff) | |
download | mongo-47b98a643bc1844cf7a3cc9362748f125efa875c.tar.gz |
SERVER-28811 Resolve satisfiable dependencies
With the creation of many dependency slices using vtables, the
build graph can be altered to resolve libraries depending upon such
modules. Several incomplete libraries are completely resolved with
this change.
Diffstat (limited to 'src/mongo/db/query/SConscript')
-rw-r--r-- | src/mongo/db/query/SConscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/query/SConscript b/src/mongo/db/query/SConscript index 5632edd7ad5..a21ce9d1801 100644 --- a/src/mongo/db/query/SConscript +++ b/src/mongo/db/query/SConscript @@ -75,6 +75,8 @@ env.Library( "query_planner", "query_planner_test_lib", '$BUILD_DIR/mongo/db/catalog/collection', + '$BUILD_DIR/mongo/db/catalog/database', + '$BUILD_DIR/mongo/db/catalog/index_catalog', '$BUILD_DIR/mongo/db/catalog/index_catalog_entry', "$BUILD_DIR/mongo/db/curop", "$BUILD_DIR/mongo/db/exec/exec", |