summaryrefslogtreecommitdiff
path: root/TAO/tests/Abstract_Interface/Abstract_Interface.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Abstract_Interface/Abstract_Interface.mpc')
-rw-r--r--TAO/tests/Abstract_Interface/Abstract_Interface.mpc13
1 files changed, 2 insertions, 11 deletions
diff --git a/TAO/tests/Abstract_Interface/Abstract_Interface.mpc b/TAO/tests/Abstract_Interface/Abstract_Interface.mpc
index 38681100160..d6846a4b229 100644
--- a/TAO/tests/Abstract_Interface/Abstract_Interface.mpc
+++ b/TAO/tests/Abstract_Interface/Abstract_Interface.mpc
@@ -1,18 +1,9 @@
// -*- MPC -*-
// $Id$
-project(*idl): taoidldefaults, valuetype {
- IDL_Files {
- test.idl
- }
-
- custom_only = 1
-}
-
project(*client) : taoclient, valuetype {
- after += *idl
-
IDL_Files {
+ test.idl
}
Source_Files {
@@ -27,9 +18,9 @@ project(*client) : taoclient, valuetype {
project(*server) : taoserver, valuetype {
after += *client
- after += *idl
IDL_Files {
+ test.idl
}
Source_Files {