summaryrefslogtreecommitdiff
path: root/src/mongo/watchdog
diff options
context:
space:
mode:
authorDaniel Moody <daniel.moody@mongodb.com>2020-10-21 18:03:41 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-10-22 00:55:19 +0000
commit298d4d6bbb9980b74bded06241067fe6771bef68 (patch)
treecb2d8dc47e9e2b1d1a3966575d2357d810006ec9 /src/mongo/watchdog
parent54037fb0d168ff8a5188f100c94e36137861a1d9 (diff)
downloadmongo-298d4d6bbb9980b74bded06241067fe6771bef68.tar.gz
SERVER-38289 Teach objects builders how to build idl files.
Diffstat (limited to 'src/mongo/watchdog')
-rw-r--r--src/mongo/watchdog/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/watchdog/SConscript b/src/mongo/watchdog/SConscript
index a1cedf2a327..55c5689b0f7 100644
--- a/src/mongo/watchdog/SConscript
+++ b/src/mongo/watchdog/SConscript
@@ -25,7 +25,7 @@ env.Library(
target='watchdog_mongod',
source=[
'watchdog_mongod.cpp',
- env.Idlc('watchdog_mongod.idl')[0],
+ 'watchdog_mongod.idl',
],
LIBDEPS=[
'$BUILD_DIR/mongo/db/commands/server_status',