summaryrefslogtreecommitdiff
path: root/ACE/protocols/ace/RMCast/RMCast.mpc
blob: 67d9309067f29ad8a1ee73306049882204c08976 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//  -*- MPC -*-
// $Id$

project(RMCast) : acelib, ace_output, install, threads {
  avoids = ace_for_tao
  sharedname   = ACE_RMCast
  dynamicflags += ACE_RMCAST_BUILD_DLL

  specific {
    install_dir = ace/RMCast
  }

  Pkgconfig_Files {
    ACE_RMCast.pc.in
  }
}