summaryrefslogtreecommitdiff
path: root/trunk/TAO/orbsvcs/examples/Notify/Federation/Agent/Agent.mpc
blob: 1083905d845cd3904cd76a305ab1240a439f43e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// -*- MPC -*-
// $Id$

project : rmcast, orbsvcsexe, notification, notification_skel, notification_serv, typecodefactory {
  exename = agent
  after += Gate
  libs += Gate

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