blob: 66f5d6ff83b8da40ba6710c3ddda0b220aaf3ec5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// file : libbuild2/dist/module.cxx -*- C++ -*-
// license : MIT; see accompanying LICENSE file
#include <libbuild2/dist/module.hxx>
using namespace std;
namespace build2
{
namespace dist
{
const string module::name ("dist");
}
}
|