summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/IORInterceptor/PI_IORInterceptor.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/IORInterceptor/PI_IORInterceptor.mpc')
-rw-r--r--TAO/tests/Portable_Interceptors/IORInterceptor/PI_IORInterceptor.mpc4
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/tests/Portable_Interceptors/IORInterceptor/PI_IORInterceptor.mpc b/TAO/tests/Portable_Interceptors/IORInterceptor/PI_IORInterceptor.mpc
index 5b93fd006af..441c641931d 100644
--- a/TAO/tests/Portable_Interceptors/IORInterceptor/PI_IORInterceptor.mpc
+++ b/TAO/tests/Portable_Interceptors/IORInterceptor/PI_IORInterceptor.mpc
@@ -1,8 +1,9 @@
// -*- MPC -*-
// $Id$
-project(*Server): taoexe, portableserver, iorinterceptor {
+project(*Server): taoexe, portableserver {
requires += interceptors
+ idlflags += -I$(TAO_ROOT)
Source_Files {
test_i.cpp
@@ -14,6 +15,7 @@ project(*Server): taoexe, portableserver, iorinterceptor {
project(*Client): taoexe {
requires += interceptors
+ idlflags += -I$(TAO_ROOT)
Source_Files {
testC.cpp