diff options
Diffstat (limited to 'libbuild2/dist/operation.hxx')
-rw-r--r-- | libbuild2/dist/operation.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libbuild2/dist/operation.hxx b/libbuild2/dist/operation.hxx index 8030590..b6730f4 100644 --- a/libbuild2/dist/operation.hxx +++ b/libbuild2/dist/operation.hxx @@ -13,7 +13,8 @@ namespace build2 { namespace dist { - extern const meta_operation_info mo_dist; + extern const meta_operation_info mo_dist_load; + extern const meta_operation_info mo_dist_bootstrap; } } |