diff options
Diffstat (limited to 'src/mongo/tools/SConscript')
-rw-r--r-- | src/mongo/tools/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/tools/SConscript b/src/mongo/tools/SConscript index e27673dd9b4..5daad550c6b 100644 --- a/src/mongo/tools/SConscript +++ b/src/mongo/tools/SConscript @@ -40,6 +40,7 @@ mongoebench = yamlEnv.Program( 'mongoebench_main.cpp', 'mongoebench_options.cpp', 'mongoebench_options_init.cpp', + env.Idlc('mongoebench_options.idl')[0], ], LIBDEPS=[ '$BUILD_DIR/mongo/db/dbdirectclient', |