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

project(*Server): taoexe, portableserver, iorinterceptor {
  requires += interceptors

  Source_Files {
    testC.cpp
    Policy.cpp
    PolicyFactory.cpp
    Server_ORBInitializer.cpp
    IORInterceptor.cpp
    server.cpp
  }
}