summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/ForwardRequest/PI_ForwardRequest.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/ForwardRequest/PI_ForwardRequest.mpc')
-rw-r--r--TAO/tests/Portable_Interceptors/ForwardRequest/PI_ForwardRequest.mpc5
1 files changed, 2 insertions, 3 deletions
diff --git a/TAO/tests/Portable_Interceptors/ForwardRequest/PI_ForwardRequest.mpc b/TAO/tests/Portable_Interceptors/ForwardRequest/PI_ForwardRequest.mpc
index 37b911f8198..57393219165 100644
--- a/TAO/tests/Portable_Interceptors/ForwardRequest/PI_ForwardRequest.mpc
+++ b/TAO/tests/Portable_Interceptors/ForwardRequest/PI_ForwardRequest.mpc
@@ -2,7 +2,6 @@
// $Id$
project(*Server): taoserver, valuetype, pi, pi_server, interceptors {
- idlflags += -DCORBA3
Source_Files {
test_i.cpp
@@ -13,8 +12,8 @@ project(*Server): taoserver, valuetype, pi, pi_server, interceptors {
}
project(*Client): taoclient, valuetype, pi, pi_server, interceptors {
- idlflags += -DCORBA3
-
+ after += *Server
+
Source_Files {
testC.cpp
Client_ORBInitializer.cpp