summaryrefslogtreecommitdiff
path: root/modules/CIAO/performance-tests/Protocols/Controller/Controller.mpc
blob: af97a3d652025f852f6c20860aaf8a14b30a507d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// $Id$

project (Protocols_Controller) : ccm_stub, rtcorba {
  after += Protocols_Sender_stub \
           Protocols_Receiver_stub
  includes += ../Sender
  includes += ../Receiver
  libs += Protocols_Receiver_stub \
          Protocols_Sender_stub \
          Protocols_stub
  libpaths += ../common ../Sender ../Receiver
}