summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/PaE_Selection.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/PaE_Selection.mpc')
-rw-r--r--TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/PaE_Selection.mpc2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/PaE_Selection.mpc b/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/PaE_Selection.mpc
index 4d9a96b12f0..73faac92a8c 100644
--- a/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/PaE_Selection.mpc
+++ b/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/PaE_Selection.mpc
@@ -1,11 +1,13 @@
// $Id$
project(*Server): rt_server, strategies, portableserver, minimum_corba {
+ exename = server
Source_Files {
server.cpp
}
}
project(*Client): rt_client, strategies, portableserver, minimum_corba {
+ exename = client
after += *Server
Source_Files {
client.cpp