summaryrefslogtreecommitdiff
path: root/CIAO/ciao/FTComponentServer/StateSynchronizationAgent/SSA.mpc
blob: fde9367460a30562a3a4ca5fc94452ad105e8041 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
project(*Agent) : portableserver, ciao_lib {

  after    += FTCommonIdl
  macros   += SSA_EXPORT_BUILD_DLL
  libs     += FTCommonIdl
  includes += ../CommonIDL

  IDL_Files {
  }

  Source_Files {
    StatefulObject.cpp
    CorbaStateUpdate.cpp
    StateSynchronizationAgent_i.cpp
  }
}