summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2011-04-12 22:06:34 -0400
committerEliot Horowitz <eliot@10gen.com>2011-04-14 20:00:18 -0400
commite46920d6b39a327b05f52d27061548b55316ca9f (patch)
tree9e0db102b0c2253d795457b892d9d3cb273607d2 /SConstruct
parent6d4891d676f1a4c16a35180a9225baee24e67b0e (diff)
downloadmongo-e46920d6b39a327b05f52d27061548b55316ca9f.tar.gz
starting to work on sharding helper (sh)
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct3
1 files changed, 2 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index f46ad04bcc6..35d19002433 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1154,7 +1154,8 @@ if darwin or clientEnv["_HAVEPCAP"]:
# --- shell ---
-env.JSHeader( "shell/mongo.cpp" , ["shell/utils.js","shell/db.js","shell/mongo.js","shell/mr.js","shell/query.js","shell/collection.js"] )
+# note, if you add a file here, need to add in engine.cpp currently
+env.JSHeader( "shell/mongo.cpp" , Glob( "shell/utils*.js" ) + [ "shell/db.js","shell/mongo.js","shell/mr.js","shell/query.js","shell/collection.js"] )
env.JSHeader( "shell/mongo-server.cpp" , [ "shell/servers.js"] )