summaryrefslogtreecommitdiff
path: root/ACE/TAO/orbsvcs/tests/Notify/Persistent_Filter/Persistent_Filter.mpc
blob: 64f8381180d6da5a26f5b4e1920fbdfb4e32c01e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// -*- MPC -*-
// $Id$


project(supplier) : orbsvcsexe, notification, notification_skel, naming {
  Source_Files {
    supplier.cpp
    Filter.cpp
  }
}


project(consumer) : orbsvcsexe, notification, notification_skel, naming {
  Source_Files {
    consumer.cpp
    Filter.cpp
  }
}