summaryrefslogtreecommitdiff
path: root/TAO/tests/MProfile_Forwarding/MProfile_Forwarding.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/MProfile_Forwarding/MProfile_Forwarding.mpc')
-rw-r--r--TAO/tests/MProfile_Forwarding/MProfile_Forwarding.mpc2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tests/MProfile_Forwarding/MProfile_Forwarding.mpc b/TAO/tests/MProfile_Forwarding/MProfile_Forwarding.mpc
index e38b68ca361..d6f4df5acc4 100644
--- a/TAO/tests/MProfile_Forwarding/MProfile_Forwarding.mpc
+++ b/TAO/tests/MProfile_Forwarding/MProfile_Forwarding.mpc
@@ -10,6 +10,7 @@ project(*Server): taoserver, minimum_corba {
project(*Client): taoclient, anytypecode, minimum_corba {
exename = client
+ after += *Server
Source_Files {
testC.cpp
client.cpp
@@ -18,6 +19,7 @@ project(*Client): taoclient, anytypecode, minimum_corba {
project(*Manager): taoserver, minimum_corba, iormanip {
exename = manager
+ after += *Client
Source_Files {
testC.cpp
Servant_Locator.cpp