Skip to content

Commit

Permalink
need to add bson/*.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
erh committed Dec 11, 2010
1 parent 459681b commit 37ffe75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions distsrc/client/SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -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" )
Expand Down

0 comments on commit 37ffe75

Please sign in to comment.