summaryrefslogtreecommitdiff
path: root/TAO/tao/RTCORBA/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/RTCORBA/Makefile')
-rw-r--r--TAO/tao/RTCORBA/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/TAO/tao/RTCORBA/Makefile b/TAO/tao/RTCORBA/Makefile
index ee208fb3910..82a379b8f72 100644
--- a/TAO/tao/RTCORBA/Makefile
+++ b/TAO/tao/RTCORBA/Makefile
@@ -77,6 +77,18 @@ ifeq ($(corba_messaging),1)
LDFLAGS += -L$(TAO_ROOT)/tao
CPPFLAGS += -I$(TAO_ROOT)
+ifeq ($(shared_libs),1)
+ifneq ($(SHLIB),)
+CPPFLAGS += -DTAO_RTCORBA_BUILD_DLL
+endif
+endif
+
+ifeq ($(static_libs),1)
+ifneq ($(LIB),)
+CPPFLAGS += -DTAO_AS_STATIC_LIBS
+endif
+endif
+
else
all:
endif # corba_messaging