summaryrefslogtreecommitdiff
path: root/TAO/examples/AMI/FL_Callback/FL_Callback.mpc
blob: 3830cb052d3a4d5aaefc45a6f9f269aad1afec91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// -*- MPC -*-
// $Id$

project(*progress): taoexe, messaging, ami, portableserver, tao_flresource {
  Source_Files {
    Progress_i.cpp
    progress.cpp
  }
}

project(*peer): taoexe, strategies, messaging, ami, portableserver {
  Source_Files {
    Peer_i.cpp
    peer.cpp
  }
}