summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2003-08-28 14:56:23 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2003-08-28 14:56:23 +0000
commitf63293cff9c435d9822b2cae2d2c980c9075f354 (patch)
tree926ae6e8e0988cdac78ddc70c52c384da1e23625
parent18782f22578d7b85d38ddd699c9d6dbdf9fca221 (diff)
downloadATCD-f63293cff9c435d9822b2cae2d2c980c9075f354.tar.gz
Updated dependencies.
-rw-r--r--TAO/tao/DynamicInterface/Makefile8
-rw-r--r--TAO/tao/Messaging/Makefile3
2 files changed, 8 insertions, 3 deletions
diff --git a/TAO/tao/DynamicInterface/Makefile b/TAO/tao/DynamicInterface/Makefile
index 57a3e9d7cc0..d6bf3a47cad 100644
--- a/TAO/tao/DynamicInterface/Makefile
+++ b/TAO/tao/DynamicInterface/Makefile
@@ -214,7 +214,9 @@ endif
$(ACE_ROOT)/ace/Message_Block_T.cpp \
$(ACE_ROOT)/ace/CDR_Stream.i \
$(TAO_ROOT)/tao/Any.i \
- $(TAO_ROOT)/tao/NVList.i
+ $(TAO_ROOT)/tao/NVList.i \
+ $(TAO_ROOT)/tao/Environment.h \
+ $(TAO_ROOT)/tao/Environment.i
.obj/DII_Invocation.o .obj/DII_Invocation.so .shobj/DII_Invocation.o .shobj/DII_Invocation.so: DII_Invocation.cpp DII_Invocation.h \
$(ACE_ROOT)/ace/pre.h \
@@ -2874,6 +2876,8 @@ endif
$(TAO_ROOT)/tao/Pseudo_VarOut_T.inl \
$(TAO_ROOT)/tao/Pseudo_VarOut_T.cpp \
$(TAO_ROOT)/tao/Typecode.i \
- $(TAO_ROOT)/tao/Any.i
+ $(TAO_ROOT)/tao/Any.i \
+ $(TAO_ROOT)/tao/Environment.h \
+ $(TAO_ROOT)/tao/Environment.i
# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
diff --git a/TAO/tao/Messaging/Makefile b/TAO/tao/Messaging/Makefile
index f62ba60d72e..148e1ebc294 100644
--- a/TAO/tao/Messaging/Makefile
+++ b/TAO/tao/Messaging/Makefile
@@ -1404,7 +1404,8 @@ endif
$(TAO_ROOT)/tao/ORB.i \
$(TAO_ROOT)/tao/ORB_Core_Auto_Ptr.h \
$(TAO_ROOT)/tao/ORB_Core_Auto_Ptr.inl \
- $(TAO_ROOT)/tao/Stub.i
+ $(TAO_ROOT)/tao/Stub.i \
+ $(TAO_ROOT)/tao/debug.h
.obj/Messaging.o .obj/Messaging.so .shobj/Messaging.o .shobj/Messaging.so: Messaging.cpp Messaging.h \
$(ACE_ROOT)/ace/pre.h messaging_export.h \