summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/tao/DynamicInterface/Makefile.bor3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tao/DynamicInterface/Makefile.bor b/TAO/tao/DynamicInterface/Makefile.bor
index 44fe222c1eb..210d96b97e7 100644
--- a/TAO/tao/DynamicInterface/Makefile.bor
+++ b/TAO/tao/DynamicInterface/Makefile.bor
@@ -6,8 +6,9 @@ NAME = TAO_DynamicInterface
OBJFILES = \
$(OBJDIR)\Context.obj \
+ $(OBJDIR)\DII_Arguments.obj \
$(OBJDIR)\DII_Invocation.obj \
- $(OBJDIR)\DII_ClientRequestInfo.obj \
+ $(OBJDIR)\DII_Invocation_Adapter.obj \
$(OBJDIR)\DII_Reply_Dispatcher.obj \
$(OBJDIR)\Dynamic_Adapter_Impl.obj \
$(OBJDIR)\Dynamic_Implementation.obj \