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

project(*Server): taoserver, avoids_minimum_corba, avoids_corba_e_compact, avoids_corba_e_micro {
   libs += Generic_Servant
   after += POA_Generic_Servant_Lib
   includes += ../Generic_Servant
   libpaths += ../Generic_Servant

   Source_Files {
    server.cpp
  }
}