summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/HTIOP/AMI/HTIOP_AMI.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/HTIOP/AMI/HTIOP_AMI.mpc')
-rw-r--r--TAO/orbsvcs/tests/HTIOP/AMI/HTIOP_AMI.mpc6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/tests/HTIOP/AMI/HTIOP_AMI.mpc b/TAO/orbsvcs/tests/HTIOP/AMI/HTIOP_AMI.mpc
index 10e1fff82cb..aa9cee0c125 100644
--- a/TAO/orbsvcs/tests/HTIOP/AMI/HTIOP_AMI.mpc
+++ b/TAO/orbsvcs/tests/HTIOP/AMI/HTIOP_AMI.mpc
@@ -2,7 +2,7 @@
//
// $Id$
-project(*Server): messaging, taoexe, portableserver, ami, htiop {
+project(*Server): messaging, taoexe, portableserver, ami {
Source_Files {
Test_Output.cpp
ami_test_i.cpp
@@ -10,14 +10,14 @@ project(*Server): messaging, taoexe, portableserver, ami, htiop {
}
}
-project(*Client): messaging, taoexe, portableserver, ami, htiop {
+project(*Client): messaging, taoexe, portableserver, ami {
Source_Files {
Test_Output.cpp
client.cpp
}
}
-project(*Simple Client): messaging, taoexe, portableserver, ami, htiop {
+project(*Simple Client): messaging, taoexe, portableserver, ami {
Source_Files {
Test_Output.cpp
simple_client.cpp