diff options
Diffstat (limited to 'TAO/rules.tao.GNU')
-rw-r--r-- | TAO/rules.tao.GNU | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/TAO/rules.tao.GNU b/TAO/rules.tao.GNU index ed408c47b29..f45a43a7215 100644 --- a/TAO/rules.tao.GNU +++ b/TAO/rules.tao.GNU @@ -47,9 +47,15 @@ endif # ! minimum_corba ifeq ($(rt_corba),0) CPPFLAGS += -DTAO_DISABLE_RT_CORBA else # ! rt_corba - override rt_corba = + override rt_corba = 1 endif # ! rt_corba +ifeq ($(corba_messaging),0) +else # ! corba_messaging + override corba_messaging = 1 + CPPFLAGS += -DTAO_HAS_CORBA_MESSAGING +endif # ! corba_messaging + ifeq (1,$(CROSS-COMPILE)) else ifeq (1,$(ACE_HAS_GNUG_PRE_2_8)) |