summaryrefslogtreecommitdiff
path: root/distsrc
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2011-07-17 23:04:40 -0400
committerEliot Horowitz <eliot@10gen.com>2011-07-17 23:04:40 -0400
commit495bd6a90b0034f9ef5064601bec12535dbec898 (patch)
tree66a7daa781b519e4e9f170e0e7d15a9ae04e4ac5 /distsrc
parent5060fd51cb8b76c21bfda7f1656fb364bed3e588 (diff)
downloadmongo-495bd6a90b0034f9ef5064601bec12535dbec898.tar.gz
fix client build
Diffstat (limited to 'distsrc')
-rwxr-xr-xdistsrc/client/SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/distsrc/client/SConstruct b/distsrc/client/SConstruct
index 6a30df67863..c2d309a4e5a 100755
--- a/distsrc/client/SConstruct
+++ b/distsrc/client/SConstruct
@@ -61,7 +61,7 @@ dirs = [ "" , "bson/" , "bson/util/" ,
"client/" , "s/" , "shell/" ,
"db/" ,
"scripting/" ,
- "util/" , "util/concurrency/" , "util/mongoutils/" ]
+ "util/" , "util/concurrency/" , "util/mongoutils/" , "util/net/" ]
allClientFiles = []
for x in dirs: