diff options
author | Eliot Horowitz <eliot@10gen.com> | 2010-12-11 15:47:43 -0500 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2010-12-11 15:47:43 -0500 |
commit | 37ffe755ebe3c257f0e9ccc5f5da74ebab232cb5 (patch) | |
tree | 75ae2d209bded8d31c25d8d188d101f95fba2883 /distsrc | |
parent | 459681b81323f2edc1247a5f41612e1d7b017a8c (diff) | |
download | mongo-37ffe755ebe3c257f0e9ccc5f5da74ebab232cb5.tar.gz |
need to add bson/*.cpp
Diffstat (limited to 'distsrc')
-rw-r--r-- | distsrc/client/SConstruct | 1 |
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" ) |