diff options
author | Fred Hornsey <hornseyf@objectcomputing.com> | 2021-07-22 18:34:01 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-22 18:34:01 -0500 |
commit | 3673b6a3100918e42056bc916850b0000d5ef9c5 (patch) | |
tree | e02a03e75f8c0086ae36581dd923b2c9bee521c2 /TAO | |
parent | f68d662da1da09db50735a910af864000e295aa2 (diff) | |
parent | c6ed7d4b48bbc7bb5ad1a5e390c080dd2169690b (diff) | |
download | ATCD-3673b6a3100918e42056bc916850b0000d5ef9c5.tar.gz |
Merge pull request #1631 from mitza-oci/taoidlfe-tao3
Updated tao_idl_fe base project.
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/MPC/config/tao_idl_fe.mpb | 2 |
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 } |