summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/ForwardRequest/PI_ForwardRequest.mpc
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-07-01 14:51:05 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-07-01 14:51:05 +0000
commitba348882bd00f574e4b10d20c08645a6143c8e2f (patch)
tree71e9fd1e98f04d9a2aee8b57160379188272846f /TAO/tests/Portable_Interceptors/ForwardRequest/PI_ForwardRequest.mpc
parentce09022912c23b016408e63208d17f2dd4a219e3 (diff)
downloadATCD-ba348882bd00f574e4b10d20c08645a6143c8e2f.tar.gz
ChangeLogTag: Fri Jul 1 14:40:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/Portable_Interceptors/ForwardRequest/PI_ForwardRequest.mpc')
-rw-r--r--TAO/tests/Portable_Interceptors/ForwardRequest/PI_ForwardRequest.mpc6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/Portable_Interceptors/ForwardRequest/PI_ForwardRequest.mpc b/TAO/tests/Portable_Interceptors/ForwardRequest/PI_ForwardRequest.mpc
index bf1c0f6349a..a80ca7f832d 100644
--- a/TAO/tests/Portable_Interceptors/ForwardRequest/PI_ForwardRequest.mpc
+++ b/TAO/tests/Portable_Interceptors/ForwardRequest/PI_ForwardRequest.mpc
@@ -2,7 +2,7 @@
// $Id$
project(*Server): taoserver, valuetype, pi_server, interceptors {
- idlflags += -DCORBA3 -I$(TAO_ROOT)
+ idlflags += -DCORBA3
Source_Files {
test_i.cpp
@@ -12,8 +12,8 @@ project(*Server): taoserver, valuetype, pi_server, interceptors {
}
}
-project(*Client): taoclient, valuetype, pi, interceptors {
- idlflags += -DCORBA3 -I$(TAO_ROOT)
+project(*Client): taoclient, valuetype, pi, pi_server, interceptors {
+ idlflags += -DCORBA3
Source_Files {
testC.cpp