summaryrefslogtreecommitdiff
path: root/TAO/tests/DSI_Gateway/DSI_Gateway.mpc
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2002-07-18 13:46:42 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2002-07-18 13:46:42 +0000
commit9e4c49620cf3ef4394bcfa59b1243956f54fbdf7 (patch)
tree2660e43a62560887214912970a161cf48bb9aad5 /TAO/tests/DSI_Gateway/DSI_Gateway.mpc
parentba9692d06c0b01e5810b3d8a4c09bfa54bdb6e9f (diff)
downloadATCD-9e4c49620cf3ef4394bcfa59b1243956f54fbdf7.tar.gz
ChangeLogTag: Thu Jul 18 08:46:16 2002 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/tests/DSI_Gateway/DSI_Gateway.mpc')
-rw-r--r--TAO/tests/DSI_Gateway/DSI_Gateway.mpc6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/DSI_Gateway/DSI_Gateway.mpc b/TAO/tests/DSI_Gateway/DSI_Gateway.mpc
index 18a78155025..83982b31ae0 100644
--- a/TAO/tests/DSI_Gateway/DSI_Gateway.mpc
+++ b/TAO/tests/DSI_Gateway/DSI_Gateway.mpc
@@ -1,4 +1,4 @@
-project: messaging {
+project: messaging, minimum_corba {
depends += Dynamic_Interface
libs += TAO_DynamicInterface
@@ -8,7 +8,7 @@ project: messaging {
}
}
-project(client): messaging {
+project(client): messaging, minimum_corba {
exename = client
depends += Dynamic_Interface
libs += TAO_DynamicInterface
@@ -19,7 +19,7 @@ project(client): messaging {
}
}
-project(gateway): messaging {
+project(gateway): messaging, minimum_corba {
exename = gateway
depends += Dynamic_Interface
libs += TAO_DynamicInterface