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