summaryrefslogtreecommitdiff
path: root/TAO/tests/ORT/ORT.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/ORT/ORT.mpc')
-rw-r--r--TAO/tests/ORT/ORT.mpc5
1 files changed, 4 insertions, 1 deletions
diff --git a/TAO/tests/ORT/ORT.mpc b/TAO/tests/ORT/ORT.mpc
index bce316fb85d..fb932d28ff1 100644
--- a/TAO/tests/ORT/ORT.mpc
+++ b/TAO/tests/ORT/ORT.mpc
@@ -1,8 +1,10 @@
// -*- MPC -*-
// $Id$
-project(Test_ORT_Server): taoexe, portableserver, objreftemplate, iorinterceptor {
+
+project(Test_ORT_Server): taoexe, portableserver {
requires += interceptors
+ idlflags += -I$(TAO_ROOT) -Gv
IDL_Files {
ORT_test.idl
@@ -25,6 +27,7 @@ project(Test_ORT_Server): taoexe, portableserver, objreftemplate, iorinterceptor
project(Test_ORT_Client): taoexe {
requires += interceptors
+ idlflags += -I$(TAO_ROOT) -Gv
after += Test_ORT_Server
IDL_Files {