summaryrefslogtreecommitdiff
path: root/TAO/tests/AMH_Oneway
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/AMH_Oneway')
-rw-r--r--TAO/tests/AMH_Oneway/AMH_Oneway.mpc5
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/tests/AMH_Oneway/AMH_Oneway.mpc b/TAO/tests/AMH_Oneway/AMH_Oneway.mpc
index fb289ca96cb..8b392a2d14d 100644
--- a/TAO/tests/AMH_Oneway/AMH_Oneway.mpc
+++ b/TAO/tests/AMH_Oneway/AMH_Oneway.mpc
@@ -8,7 +8,8 @@ project(*idl) : taoidldefaults, amh {
custom_only = 1
}
-project(*client) : taoexe, portableserver, amh {
+project(*client) : taoserver, amh {
+ exename = client
after += *idl
source_files {
client.cpp
@@ -20,7 +21,7 @@ project(*client) : taoexe, portableserver, amh {
}
project(*server) : taoserver, amh, strategies {
- after += *client
+ after += *idl
source_files {
server.cpp
TestS.cpp