summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Hornsey <hornseyf@objectcomputing.com>2021-07-22 14:39:52 -0500
committerFred Hornsey <hornseyf@objectcomputing.com>2021-07-22 14:39:52 -0500
commit81524bce67b278f129ec5a4e9ab2d3ba28df4720 (patch)
treee02a03e75f8c0086ae36581dd923b2c9bee521c2
parent2364cfbe655db819e94185d4ac96f8040228864a (diff)
downloadATCD-81524bce67b278f129ec5a4e9ab2d3ba28df4720.tar.gz
Add TAO_ROOT to tao_idl_fe.mpb
For tao/idl_features.h
-rw-r--r--TAO/MPC/config/tao_idl_fe.mpb2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/MPC/config/tao_idl_fe.mpb b/TAO/MPC/config/tao_idl_fe.mpb
index 4c9ff5d1e6e..bcc73c92ef9 100644
--- a/TAO/MPC/config/tao_idl_fe.mpb
+++ b/TAO/MPC/config/tao_idl_fe.mpb
@@ -1,6 +1,6 @@
// -*- MPC -*-
project: acelib, conv_lib {
- includes += $(TAO_ROOT)/TAO_IDL/fe $(TAO_ROOT)/TAO_IDL/include
+ includes += $(TAO_ROOT)/TAO_IDL/fe $(TAO_ROOT)/TAO_IDL/include $(TAO_ROOT)
after += TAO_IDL_FE
libs += TAO_IDL_FE
}