summaryrefslogtreecommitdiff
path: root/TAO/tests/AMH_Oneway/AMH_Oneway.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/AMH_Oneway/AMH_Oneway.mpc')
-rw-r--r--TAO/tests/AMH_Oneway/AMH_Oneway.mpc2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tests/AMH_Oneway/AMH_Oneway.mpc b/TAO/tests/AMH_Oneway/AMH_Oneway.mpc
index a0a1fbb883e..c92c1f28233 100644
--- a/TAO/tests/AMH_Oneway/AMH_Oneway.mpc
+++ b/TAO/tests/AMH_Oneway/AMH_Oneway.mpc
@@ -2,12 +2,14 @@
// $Id$
project(*client) : taoexe, portableserver, amh {
+ exename = client
source_files {
client.cpp
}
}
project(*server) : taoserver, amh, strategies {
+ exename = server
after += *client
source_files {
server.cpp