summaryrefslogtreecommitdiff
path: root/TAO/rules.tao.GNU
diff options
context:
space:
mode:
authorAdam Mitz <mitza@ociweb.com>2015-10-23 16:28:11 -0500
committerAdam Mitz <mitza@ociweb.com>2015-10-23 16:28:11 -0500
commit05a3e1f192ba770d8d78c01f8a1ee6c985e041cc (patch)
tree6b069169152cf4cda49dfe40c124e68cef729527 /TAO/rules.tao.GNU
parent034b71c01b7e63d1fcf0ccf9a1bbee9662a5392a (diff)
downloadATCD-05a3e1f192ba770d8d78c01f8a1ee6c985e041cc.tar.gz
Default the MPC feature's corresponding make macro to 1 so that the previous change works as intended.
Diffstat (limited to 'TAO/rules.tao.GNU')
-rw-r--r--TAO/rules.tao.GNU2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/rules.tao.GNU b/TAO/rules.tao.GNU
index 527eeb7a9a4..8549234dfef 100644
--- a/TAO/rules.tao.GNU
+++ b/TAO/rules.tao.GNU
@@ -115,6 +115,8 @@ endif # interceptors
# CPPFLAGS += -DTAO_HAS_TRANSPORT_CURRENT=1
transport_current ?= 1
+build_tao_idl_be ?= 1
+
ifeq (1,$(CROSS-COMPILE))
ACE_MAKE_OPTIONS += cross_compile
else