summaryrefslogtreecommitdiff
path: root/src/mongo/client/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/client/SConscript')
-rw-r--r--src/mongo/client/SConscript10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/mongo/client/SConscript b/src/mongo/client/SConscript
index d86fd987d1d..3d478ee246c 100644
--- a/src/mongo/client/SConscript
+++ b/src/mongo/client/SConscript
@@ -4,6 +4,16 @@ Import('env')
env = env.Clone()
+
+env.SConscript(
+ dirs=[
+ 'embedded',
+ ],
+ exports=[
+ 'env',
+ ],
+)
+
# Contains only the core ConnectionString functionality, *not* the ability to call connect()
# and return a DBClientBase* back. For that you need to link against the 'clientdriver' library.
env.Library(