summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-11-29 13:25:30 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-11-29 13:25:30 +0000
commit275fb25bc7e370d0dd57806f34a6749a91caf639 (patch)
tree3805edb74a2d54dd495cc7f15a041849a0cb172c /TAO/tests/Param_Test
parent993a4a6c14847eb03b8265736ca9a2ed07ff1716 (diff)
downloadATCD-275fb25bc7e370d0dd57806f34a6749a91caf639.tar.gz
Tue Nov 28 12:48:12 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/Param_Test')
-rw-r--r--TAO/tests/Param_Test/Param_Test.mpc4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Param_Test/Param_Test.mpc b/TAO/tests/Param_Test/Param_Test.mpc
index 7a8e3fc970e..0fb8c44810f 100644
--- a/TAO/tests/Param_Test/Param_Test.mpc
+++ b/TAO/tests/Param_Test/Param_Test.mpc
@@ -1,7 +1,7 @@
// -*- MPC -*-
// $Id$
-project(*Server): taoserver, avoids_minimum_corba {
+project(*Server): taoserver, avoids_minimum_corba, avoids_corba_e_compact {
Source_Files {
param_test_i.cpp
server.cpp
@@ -58,7 +58,7 @@ project(*Client): taoserver, avoids_minimum_corba, dynamicinterface {
}
}
-project(*Anyop): taoserver, avoids_minimum_corba {
+project(*Anyop): taoserver, avoids_minimum_corba, avoids_corba_e_compact {
exename = anyop
after += *Client