summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/Explicit_Activation/POA_Explicit_Activation.mpc
blob: 88edaabf756e42c10ea6fe44026b7b8b4873c503 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// -*- 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
  }
}