summaryrefslogtreecommitdiff
path: root/src/mongo/util/SConscript
diff options
context:
space:
mode:
authorAndy Schwerin <schwerin@mongodb.com>2016-10-19 16:00:48 -0400
committerAndy Schwerin <schwerin@mongodb.com>2016-10-26 10:07:08 -0400
commit684e0dcad58b7fd691b497e26843064a1252ccc8 (patch)
treef3a2dbca24702e50b25c2000bc9e7cf597c2ecf3 /src/mongo/util/SConscript
parent0160627e45db0fcbefff4c39508f57363c6c57b1 (diff)
downloadmongo-684e0dcad58b7fd691b497e26843064a1252ccc8.tar.gz
SERVER-26709 Move thread_safe_string.cpp to library of its only consumer, progress_meter.
Diffstat (limited to 'src/mongo/util/SConscript')
-rw-r--r--src/mongo/util/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/util/SConscript b/src/mongo/util/SConscript
index 9266810c1c2..b88833b8c70 100644
--- a/src/mongo/util/SConscript
+++ b/src/mongo/util/SConscript
@@ -105,6 +105,7 @@ env.Library(
target='progress_meter',
source=[
'progress_meter.cpp',
+ 'thread_safe_string.cpp',
],
LIBDEPS=[
'$BUILD_DIR/mongo/base',
@@ -147,7 +148,6 @@ env.Library(
"startup_test.cpp",
'file.cpp',
'platform_init.cpp',
- 'thread_safe_string.cpp',
'timer.cpp',
],
LIBDEPS=[