summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Security/Callback/Callback.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Security/Callback/Callback.mpc')
-rw-r--r--TAO/orbsvcs/tests/Security/Callback/Callback.mpc15
1 files changed, 11 insertions, 4 deletions
diff --git a/TAO/orbsvcs/tests/Security/Callback/Callback.mpc b/TAO/orbsvcs/tests/Security/Callback/Callback.mpc
index 0b7c86e6859..e2a379ae985 100644
--- a/TAO/orbsvcs/tests/Security/Callback/Callback.mpc
+++ b/TAO/orbsvcs/tests/Security/Callback/Callback.mpc
@@ -1,11 +1,19 @@
// -*- MPC -*-
// $Id$
-project(*security server): taoexe, portableserver, ssl {
+project(*idl): taoidldefaults {
IDL_Files {
server.idl
client.idl
}
+ custom_only = 1
+}
+
+project(*security server): taoexe, portableserver, ssl {
+ after += *idl
+
+ IDL_Files {
+ }
Source_Files {
clientC.cpp
@@ -17,9 +25,9 @@ project(*security server): taoexe, portableserver, ssl {
}
project(*security client): taoexe, portableserver, ssl {
+ after += *idl
+
IDL_Files {
- server.idl
- client.idl
}
Source_Files {
@@ -30,4 +38,3 @@ project(*security client): taoexe, portableserver, ssl {
client.cpp
}
}
-