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

project(*Server): taoserver, minimum_corba {
   libs += Generic_Servant
   after += POA_Generic_Servant_Lib

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

   Source_Files {
    server.cpp
  }
}