summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Security/MT_IIOP_SSL/MT_IIOP_SSL.mpc
blob: 03c1d64f0d03cc827cc48e677410852d44311479 (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, ssliop {
  Source_Files {
    Server_Worker.cpp
    test_i.cpp
    server.cpp
  }
}

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