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

project(*Server): taoserver, messaging, ami {
  Source_Files {
    ami_test_i.cpp
    server.cpp
  }
}

project(*Client): messaging, taoexe, portableserver, ami {
  Source_Files {
    client.cpp
  }
}

project(*Simple Client): messaging, taoexe, portableserver, ami {
  Source_Files {
    simple_client.cpp
  }
}