summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/tao_idl.mpc
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-03-15 18:42:44 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-03-15 18:42:44 +0000
commite5da8464fa6beabe826f0d7975cb8ff293153a9b (patch)
treebdbb4a836493838b19fcdc71f6a84a425ff6db5c /TAO/TAO_IDL/tao_idl.mpc
parent2f62dcf7a3a357d840acfb2e37e416c660dc637a (diff)
downloadATCD-e5da8464fa6beabe826f0d7975cb8ff293153a9b.tar.gz
Sun Mar 15 18:39:22 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* TAO_IDL/tao_idl.mpc: Added $TAO_ROOT to the includes to pull in rules.tao.GNU which results in all TAO_IDL libs to get the TAO version number. This fixes bugzilla 3395
Diffstat (limited to 'TAO/TAO_IDL/tao_idl.mpc')
-rw-r--r--TAO/TAO_IDL/tao_idl.mpc3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/tao_idl.mpc b/TAO/TAO_IDL/tao_idl.mpc
index 3a1eec7bcc0..232a217f66f 100644
--- a/TAO/TAO_IDL/tao_idl.mpc
+++ b/TAO/TAO_IDL/tao_idl.mpc
@@ -87,6 +87,7 @@ project(TAO_IDL_EXE) : aceexe, install, tao_output, crosscompile, mcpp, tao_idl_
libs += TAO_IDL_BE TAO_IDL_FE
exeout = $(ACE_ROOT)/bin
after += TAO_IDL_BE TAO_IDL_FE gperf
+ includes += $(TAO_ROOT)
specific (automake) {
includes += $(srcdir)/include $(srcdir)/be_include $(srcdir)/fe $(TAO_ROOT)
@@ -131,6 +132,7 @@ project(TAO_IDL_BE) : acelib, conv_lib, tao_output, crosscompile, tao_vc8warning
libs += TAO_IDL_FE
dynamicflags = TAO_IDL_BE_BUILD_DLL
after += TAO_IDL_FE
+ includes += $(TAO_ROOT)
specific (automake) {
includes += $(srcdir)/include $(srcdir)/be_include $(srcdir)/fe
@@ -159,6 +161,7 @@ project(TAO_IDL_BE) : acelib, conv_lib, tao_output, crosscompile, tao_vc8warning
project(TAO_IDL_FE) : acelib, conv_lib, tao_output, crosscompile, fe_mcpp {
sharedname = TAO_IDL_FE
dynamicflags = TAO_IDL_FE_BUILD_DLL
+ includes += $(TAO_ROOT)
specific (automake) {
includes += $(srcdir)/include $(srcdir)/fe