diff options
author | Eliot Horowitz <eliot@10gen.com> | 2011-07-17 23:04:40 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2011-07-17 23:04:40 -0400 |
commit | 495bd6a90b0034f9ef5064601bec12535dbec898 (patch) | |
tree | 66a7daa781b519e4e9f170e0e7d15a9ae04e4ac5 /distsrc | |
parent | 5060fd51cb8b76c21bfda7f1656fb364bed3e588 (diff) | |
download | mongo-495bd6a90b0034f9ef5064601bec12535dbec898.tar.gz |
fix client build
Diffstat (limited to 'distsrc')
-rwxr-xr-x | distsrc/client/SConstruct | 2 |
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: |