summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/Notify/ThreadPool/Notify_ThreadPool.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/Notify/ThreadPool/Notify_ThreadPool.mpc')
-rw-r--r--TAO/orbsvcs/examples/Notify/ThreadPool/Notify_ThreadPool.mpc6
1 files changed, 4 insertions, 2 deletions
diff --git a/TAO/orbsvcs/examples/Notify/ThreadPool/Notify_ThreadPool.mpc b/TAO/orbsvcs/examples/Notify/ThreadPool/Notify_ThreadPool.mpc
index ed469821a28..2be127fbfd1 100644
--- a/TAO/orbsvcs/examples/Notify/ThreadPool/Notify_ThreadPool.mpc
+++ b/TAO/orbsvcs/examples/Notify/ThreadPool/Notify_ThreadPool.mpc
@@ -1,5 +1,6 @@
// $Id$
-project(*Supplier): rtnotify, notifytest, rtportableserver, minimum_corba {
+project(*Supplier): rtnotify, notifytest, rtportableserver {
+ avoids += minimum_corba
exename = Supplier
Source_Files {
Supplier.cpp
@@ -9,7 +10,8 @@ project(*Supplier): rtnotify, notifytest, rtportableserver, minimum_corba {
}
}
-project(*Consumer): rtnotify, notifytest, rtportableserver, minimum_corba {
+project(*Consumer): rtnotify, notifytest, rtportableserver {
+ avoids += minimum_corba
exename = Consumer
Source_Files {
Consumer.cpp