aboutsummaryrefslogtreecommitdiff
path: root/build2/dist/module.cxx
blob: 4f14ddbe0d42dc534e02d8bb566b57dd3c2ed166 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// file      : build2/dist/module.cxx -*- C++ -*-
// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license   : MIT; see accompanying LICENSE file

#include <build2/dist/module.hxx>

using namespace std;

namespace build2
{
  namespace dist
  {
    const string module::name ("dist");
  }
}