summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Security/SecurityLevel1/SecurityLevel1.mpc
blob: 311f7bf8dc2029562280d4f2a9da9e9353470fcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
project: server, orbsvcsexe {
  ssl      = 1
  depends += Security
  libs    += TAO_Security
  Source_Files {
    SLevel1_Test_i.cpp
    server.cpp
  }
}

project: client, orbsvcsexe {
  depends += Security
  libs    += TAO_Security

  Source_Files {
    SLevel1_TestC.cpp
    client.cpp
  }
}