summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Pluggable/Pluggable.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Pluggable/Pluggable.mpc')
-rw-r--r--TAO/performance-tests/Pluggable/Pluggable.mpc4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/performance-tests/Pluggable/Pluggable.mpc b/TAO/performance-tests/Pluggable/Pluggable.mpc
index a5aa0f9886c..c39be3c611f 100644
--- a/TAO/performance-tests/Pluggable/Pluggable.mpc
+++ b/TAO/performance-tests/Pluggable/Pluggable.mpc
@@ -1,7 +1,7 @@
// -*- MPC -*-
// $Id$
-project(*server): taoexe, portableserver {
+project(*server): taoserver, utils {
Source_Files {
PP_Test_Server.cpp
PP_Test_i.cpp
@@ -9,7 +9,7 @@ project(*server): taoexe, portableserver {
}
}
-project(*client) : taoexe {
+project(*client) : taoclient {
Source_Files {
PP_TestC.cpp
PP_Test_Client.cpp