summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorMathias Stearn <mathias@10gen.com>2013-10-21 15:45:24 -0400
committerMathias Stearn <mathias@10gen.com>2013-11-12 19:08:06 -0500
commite4a1f917ad7a808e70018079ba1dac6d75831833 (patch)
tree74902b7869e80ab252752a836be6a26f32e3f683 /SConstruct
parent98f35d3ff6e4b6b547618eae26936e69ebff45c0 (diff)
downloadmongo-e4a1f917ad7a808e70018079ba1dac6d75831833.tar.gz
SERVER-6950 Add a TCMalloc ServerStatusSection
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 9a1c888dd32..6f5cda6f019 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1670,6 +1670,7 @@ module_sconscripts = moduleconfig.get_module_sconscripts(mongo_modules)
Export("env")
Export("shellEnv")
Export("testEnv")
+Export("get_option")
Export("has_option use_system_version_of_library")
Export("installSetup mongoCodeVersion")
Export("usev8")