summaryrefslogtreecommitdiff
path: root/TAO/tests/AMI/AMI.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/AMI/AMI.mpc')
-rw-r--r--TAO/tests/AMI/AMI.mpc5
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/tests/AMI/AMI.mpc b/TAO/tests/AMI/AMI.mpc
index 69265f72525..1752743fd2e 100644
--- a/TAO/tests/AMI/AMI.mpc
+++ b/TAO/tests/AMI/AMI.mpc
@@ -21,18 +21,19 @@ project(*Server): taoserver, messaging, ami {
}
project(*Client): messaging, taoexe, portableserver, ami {
- after += *Server
+ after += *idl
Source_Files {
client.cpp
ami_testS.cpp
ami_testC.cpp
+ ami_test_i.cpp
}
IDL_Files {
}
}
project(*Simple Client): messaging, taoexe, portableserver, ami {
- after += *Server
+ after += *idl
Source_Files {
simple_client.cpp
ami_testS.cpp