diff options
author | Eliot Horowitz <eliot@10gen.com> | 2010-04-20 12:58:04 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2010-04-20 12:58:04 -0400 |
commit | 55e8b26481cfe877c4bd90ffe9e74e99c657cd44 (patch) | |
tree | 0f9463b751c41862c79092bfa762873bdc1df395 /SConstruct | |
parent | fb09b882408b9c607437dc27bd402fe562bdc3a1 (diff) | |
download | mongo-55e8b26481cfe877c4bd90ffe9e74e99c657cd44.tar.gz |
basic serverStatus for mongos SERVER-942
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct index a55fe7e4e7b..22f072049bb 100644 --- a/SConstruct +++ b/SConstruct @@ -391,7 +391,7 @@ serverOnlyFiles = Split( "db/query.cpp db/update.cpp db/introspect.cpp db/btree. serverOnlyFiles += [ "db/index.cpp" ] + Glob( "db/index_*.cpp" ) serverOnlyFiles += Glob( "db/dbcommands*.cpp" ) -serverOnlyFiles += Glob( "db/stats/*.cpp" ) +coreServerFiles += Glob( "db/stats/*.cpp" ) serverOnlyFiles += [ "db/driverHelpers.cpp" ] if usesm: |