summaryrefslogtreecommitdiff
path: root/distsrc
diff options
context:
space:
mode:
Diffstat (limited to 'distsrc')
-rw-r--r--distsrc/client/SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/distsrc/client/SConstruct b/distsrc/client/SConstruct
index 8a8bae9d012..e1a3c71bc8e 100644
--- a/distsrc/client/SConstruct
+++ b/distsrc/client/SConstruct
@@ -46,6 +46,7 @@ for lib in boostLibs:
conf.CheckLib("boost_%s" % lib)
allClientFiles = []
allClientFiles += Glob( "mongo/*.cpp" )
+allClientFiles += Glob( "mongo/bson/*.cpp" )
allClientFiles += Glob( "mongo/client/*.cpp" )
allClientFiles += Glob( "mongo/s/*.cpp" )
allClientFiles += Glob( "mongo/shell/*.cpp" )