summaryrefslogtreecommitdiff
path: root/TAO/tests/AMH_Oneway/AMH_Oneway.mpc
blob: b42dca0555263c883f053359232d631a1d284658 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// -*- MPC -*-
// $Id$

project(*client) : taoexe, portableserver, amh {
  source_files {
    client.cpp
  }
}

project(*server) : taoserver, amh, strategies {
  source_files {
    server.cpp
  }
}