diff options
Diffstat (limited to 'TAO/tests/Server_Connection_Purging/Server_Connection_Purging.mpc')
-rw-r--r-- | TAO/tests/Server_Connection_Purging/Server_Connection_Purging.mpc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/tests/Server_Connection_Purging/Server_Connection_Purging.mpc b/TAO/tests/Server_Connection_Purging/Server_Connection_Purging.mpc index 862babe5909..953c3c4b526 100644 --- a/TAO/tests/Server_Connection_Purging/Server_Connection_Purging.mpc +++ b/TAO/tests/Server_Connection_Purging/Server_Connection_Purging.mpc @@ -1,15 +1,16 @@ // -*- MPC -*- // $Id$ -project(*Server): taoexe, portableserver { +project(*Server): taoserver { Source_Files { Test_i.cpp server.cpp } } -project(*Client): taoexe, portableserver { +project(*Client): taoclient { Source_Files { + TestC.cpp client.cpp } } |