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

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

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

   Source_Files {
    server.cpp
  }
}