summaryrefslogtreecommitdiff
path: root/TAO/tests/DSI_Gateway/DSI_Gateway.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/DSI_Gateway/DSI_Gateway.mpc')
-rw-r--r--TAO/tests/DSI_Gateway/DSI_Gateway.mpc2
1 files changed, 0 insertions, 2 deletions
diff --git a/TAO/tests/DSI_Gateway/DSI_Gateway.mpc b/TAO/tests/DSI_Gateway/DSI_Gateway.mpc
index 7703b170041..241810bc49d 100644
--- a/TAO/tests/DSI_Gateway/DSI_Gateway.mpc
+++ b/TAO/tests/DSI_Gateway/DSI_Gateway.mpc
@@ -24,7 +24,6 @@ project(*Server): taoserver, messaging, avoids_minimum_corba, avoids_corba_e_com
project(*Client): taoclient, messaging, avoids_minimum_corba, avoids_corba_e_compact, avoids_corba_e_micro, dynamicinterface {
after += *idl
- after += *Server
Source_Files {
client.cpp
}
@@ -37,7 +36,6 @@ project(*Client): taoclient, messaging, avoids_minimum_corba, avoids_corba_e_com
project(*Gateway): taoexe, portableserver, messaging, avoids_minimum_corba, avoids_corba_e_compact, avoids_corba_e_micro, dynamicinterface {
after += *idl
- after += *Client
Source_Files {
test_dsi.cpp
gateway.cpp