summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Security/MT_SSLIOP/MT_SSLIOP.mpc
blob: 1e76f1acf6f32b45518422c946a3953b106ce224 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// -*- MPC -*-
// $Id$

project(*security server): orbsvcsexe, portableserver, ssl, iortable {
  Source_Files {
    Server_Worker.cpp
    test_i.cpp
    server.cpp
  }
}

project(*security client): orbsvcsexe, ssl {
  Source_Files {
    testC.cpp
    Client_Worker.cpp
    client.cpp
  }
}