summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/PaE_Selection.mpc
blob: 4d9a96b12f0cc46f3768b1452bdb1524425ac78b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// $Id$
project(*Server): rt_server, strategies, portableserver, minimum_corba {
  Source_Files {
    server.cpp
  }
}

project(*Client): rt_client, strategies, portableserver, minimum_corba {
  after += *Server
  Source_Files {
    client.cpp
  }
}