diff options
author | Henrik Edin <henrik.edin@mongodb.com> | 2018-06-19 15:09:01 -0400 |
---|---|---|
committer | Henrik Edin <henrik.edin@mongodb.com> | 2018-06-29 11:57:55 -0400 |
commit | cfa96795eefed2061628891c43ccdc2c256bb40a (patch) | |
tree | 110d230d14a7a60fa8b7ce937a77def7af98f1ef /src/mongo/client/SConscript | |
parent | 40ad396238fdfb87a7a86e26020db2d293d23f40 (diff) | |
download | mongo-cfa96795eefed2061628891c43ccdc2c256bb40a.tar.gz |
SERVER-35115 Separate dbclientinterface.h into several parts, one per class.
Diffstat (limited to 'src/mongo/client/SConscript')
-rw-r--r-- | src/mongo/client/SConscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/client/SConscript b/src/mongo/client/SConscript index 2a49afcd2ca..43af0a24e0e 100644 --- a/src/mongo/client/SConscript +++ b/src/mongo/client/SConscript @@ -152,8 +152,8 @@ clientDriverEnv.InjectThirdPartyIncludePaths('asio') clientDriverEnv.Library( target='clientdriver_minimal', source=[ - 'dbclient.cpp', - 'dbclientcursor.cpp', + 'dbclient_base.cpp', + 'dbclient_cursor.cpp', 'index_spec.cpp', ], LIBDEPS=[ |