summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/Adapter_Activator/POA_Adapter_Activator.mpc
blob: 92e0254b024029c7cc7921295b82ec3e9d69402a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// -*- MPC -*-
// $Id$

project(*Server): taoexe, portableserver {
   avoids += minimum_corba
   includes += ../Generic_Servant
   libs += Generic_Servant
   after += POA_Generic_Servant_Lib
   Source_Files {
    server.cpp
  }
}