// file : libbuild2/dist/module.cxx -*- C++ -*- // license : MIT; see accompanying LICENSE file #include using namespace std; namespace build2 { namespace dist { const string module::name ("dist"); } }