summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-12-11 03:09:47 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-12-11 03:09:47 +0000
commitadd12fd2029e26776b6021b4ab92311de9ac3a7d (patch)
treef5e2c9525e4e3f01d0bd1e933027ba10445b046b /TAO/orbsvcs
parent3dab1f2a4e800e8a716330cd0ae24ac2f44cf468 (diff)
downloadATCD-add12fd2029e26776b6021b4ab92311de9ac3a7d.tar.gz
ChangeLogTag:Wed Dec 10 09:23:35 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/orbsvcs')
-rw-r--r--TAO/orbsvcs/examples/Notify/Subscribe/Notify_Subscribe.mpc1
-rw-r--r--TAO/orbsvcs/tests/Bug_1630_Regression/test.mpc3
2 files changed, 3 insertions, 1 deletions
diff --git a/TAO/orbsvcs/examples/Notify/Subscribe/Notify_Subscribe.mpc b/TAO/orbsvcs/examples/Notify/Subscribe/Notify_Subscribe.mpc
index 116a274b7cc..69a75b6fa55 100644
--- a/TAO/orbsvcs/examples/Notify/Subscribe/Notify_Subscribe.mpc
+++ b/TAO/orbsvcs/examples/Notify/Subscribe/Notify_Subscribe.mpc
@@ -1,2 +1,3 @@
project : orbsvcsexe, notify, naming {
+ avoids += minimum_corba
}
diff --git a/TAO/orbsvcs/tests/Bug_1630_Regression/test.mpc b/TAO/orbsvcs/tests/Bug_1630_Regression/test.mpc
index 7db8c9d00e4..acfa401f405 100644
--- a/TAO/orbsvcs/tests/Bug_1630_Regression/test.mpc
+++ b/TAO/orbsvcs/tests/Bug_1630_Regression/test.mpc
@@ -2,10 +2,11 @@ project(Bug_1630_testclient ) : client {
exename = testclient
libs += TAO_IFR_Client
libpaths += $(TAO_ROOT)/tao/IFR_Client $(TAO_ROOT)/tao $(ACE_ROOT)/ace
+ avoids += minimum_corba
IDL_Files {
}
Source_Files {
testclient.cpp
}
-} \ No newline at end of file
+}