summaryrefslogtreecommitdiff
path: root/ACE/protocols/ace/HTBP/HTBP.mpc
blob: a8d9890074d0e9547dfda8c4662e5a6f34694003 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//  -*- MPC -*-
project(HTBP) : acelib, ace_output, install {
  avoids      += ace_for_tao
  sharedname   = ACE_HTBP
  dynamicflags += HTBP_BUILD_DLL

  specific {
    install_dir = ace/HTBP
  }

  Pkgconfig_Files {
    ACE_HTBP.pc.in
  }
}