summaryrefslogtreecommitdiff
path: root/ciao/Deployment/Handlers/CIAO_Deployment_Handlers.mpc
blob: d19b038b38ee7bcddd8d45ca2a7aacd9aabc4143 (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
// $Id$
project (CIAO_Deployment_Handlers) : dance_stub, ciao_lib, ciao_output, \
        ciao_session_container, ciao_logger, ciao_componentserver_stub {
  dynamicflags = CIAO_LOCALITY_HANDLER_BUILD_DLL

  Source_Files {
    Component_Handler.cpp
    Container_Handler.cpp
    Home_Handler.cpp
    Homed_Component_Handler.cpp
    CIAO_State.cpp
    CIAO_Handler_Common.cpp
    Connection_Handler.cpp
  }

  Header_Files {
    Component_Handler.h
    Container_Handler.h
    Home_Handler.h
    Homed_Component_Handler.h
    CIAO_State.h
    CIAO_Locality_Handler_Export.h
  }
}