diff options
Diffstat (limited to 'libbuild2/dist/init.hxx')
-rw-r--r-- | libbuild2/dist/init.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libbuild2/dist/init.hxx b/libbuild2/dist/init.hxx index cfcb3af..ffaa91d 100644 --- a/libbuild2/dist/init.hxx +++ b/libbuild2/dist/init.hxx @@ -28,6 +28,11 @@ namespace build2 bool, const variable_map&); + // Module `dist` requires bootstrapping. + // + // `dist` -- registers the dist meta-operation, registers/sets variables, + // and registers rules. + // extern "C" LIBBUILD2_SYMEXPORT const module_functions* build2_dist_load (); } |