summaryrefslogtreecommitdiff
path: root/DAnCE/TargetManager_Ext/TM_Client_Ext.mpc
blob: ce95b5530a9a5911bfd447abc314588ca9d0eb82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// $Id$

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

project(TMClient_Ext): ciao_client_dnc,ciao_deployment_stub, ciao_config_handlers, ciao_events_dnc, ciao_targetmanager_stub {

  after += CIAO_TargetManager_Ext_stub

  libs += TargetManagerExt_Impl_stub

  IDL_Files {
  }

  Source_Files {
    TM_client_Ext.cpp
  }

  Header_Files {
  }

  Inline_Files {
  }

  Template_Files {
  }
}