summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Property/Property.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Property/Property.mpc')
-rw-r--r--TAO/orbsvcs/tests/Property/Property.mpc2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/Property/Property.mpc b/TAO/orbsvcs/tests/Property/Property.mpc
index 6e8b8e678f8..91e52a15a7a 100644
--- a/TAO/orbsvcs/tests/Property/Property.mpc
+++ b/TAO/orbsvcs/tests/Property/Property.mpc
@@ -2,12 +2,14 @@
// $Id$
project(*server): namingexe, property_serv, utils {
+ exename = server
Source_Files {
server.cpp
}
}
project(*client): namingexe, property, utils {
+ exename = client
Source_Files {
client.cpp
}