summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/On_Demand_Activation/POA_On_Demand_Activation.mpc
blob: 7be7d2e48040cf2a641d67ac4f24b84cc27bb3fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// -*- MPC -*-
// $Id$

project(*Server): taoexe, portableserver, minimum_corba {
  exename = server
   libs += Generic_Servant
   after += POA_Generic_Servant_Lib

   specific (automake) {
     includes += $(srcdir)/../Generic_Servant
   }
   includes += ../Generic_Servant

   Source_Files {
    server.cpp
    Servant_Activator.cpp
    Servant_Locator.cpp
  }
}