diff options
Diffstat (limited to 'src/mongo/s/commands/SConscript')
-rw-r--r-- | src/mongo/s/commands/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/s/commands/SConscript b/src/mongo/s/commands/SConscript index c74d5396746..a135bf56d1a 100644 --- a/src/mongo/s/commands/SConscript +++ b/src/mongo/s/commands/SConscript @@ -27,6 +27,7 @@ env.Library( 'cluster_add_shard_to_zone_cmd.cpp', 'cluster_available_query_options_cmd.cpp', 'cluster_build_info.cpp', + 'cluster_clear_jumbo_flag_cmd.cpp', 'cluster_coll_stats_cmd.cpp', 'cluster_collection_mod_cmd.cpp', 'cluster_commit_transaction_cmd.cpp', |