summaryrefslogtreecommitdiff
path: root/modules/CIAO/DAnCE/TargetManager/TM_Client.mpc
blob: 97b3b760ce9c2d5b8f983a056f3c4e10024bb06c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// $Id$

// Client.mpc,v 1.6 2005/02/18 09:07:06 jwillemsen Exp

project(TMClient): ccm_stub, dance_deployment_stub, ciao_targetmanager_stub, ciao_config_handlers {
  requires += dummy_label
  IDL_Files {
  }

  Source_Files {
    CmpClient.cpp
  }

  Header_Files {
  }

  Inline_Files {
  }

  Template_Files {
  }
}