summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Mitz <mitza@objectcomputing.com>2021-07-22 15:00:34 -0500
committerAdam Mitz <mitza@objectcomputing.com>2021-07-22 15:03:54 -0500
commitc6ed7d4b48bbc7bb5ad1a5e390c080dd2169690b (patch)
tree904e9030ffd9b99d3c7bcf491ed9d6fa7af0135f
parent43904ad8613e8b56fc352bff3d0c1cae4bb31b9f (diff)
downloadATCD-c6ed7d4b48bbc7bb5ad1a5e390c080dd2169690b.tar.gz
Updated tao_idl_fe base project.
Projects that use tao_idl_fe need TAO_ROOT on preprocessor include path, due to the recent change to idl_defines.h including idl_features.h from tao.
-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
}