diff options
author | bala <balanatarajan@users.noreply.github.com> | 2000-12-16 03:34:10 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2000-12-16 03:34:10 +0000 |
commit | 9cad60c21cad583a8957ea8f7ea2b5ca802767c7 (patch) | |
tree | 9a39d5cff68dfd8016100c459a6a4664da4a19ce /TAO/examples/POA/Reference_Counted_Servant | |
parent | 196f53d4a9a239c280a1ba49e761b71ff3aaa179 (diff) | |
download | ATCD-9cad60c21cad583a8957ea8f7ea2b5ca802767c7.tar.gz |
ChangeLogTag: Fri Dec 15 21:30:54 2000 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/examples/POA/Reference_Counted_Servant')
-rw-r--r-- | TAO/examples/POA/Reference_Counted_Servant/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/examples/POA/Reference_Counted_Servant/Makefile b/TAO/examples/POA/Reference_Counted_Servant/Makefile index 870e79b200d..f0f4402b273 100644 --- a/TAO/examples/POA/Reference_Counted_Servant/Makefile +++ b/TAO/examples/POA/Reference_Counted_Servant/Makefile @@ -194,6 +194,8 @@ server: $(addprefix $(VDIR),$(SERVER_OBJS)) $(TAO_ROOT)/tao/Object_KeyC.i \ $(TAO_ROOT)/tao/GIOPC.i \ $(TAO_ROOT)/tao/Tagged_Profile.i \ + $(TAO_ROOT)/tao/Service_Context.h \ + $(TAO_ROOT)/tao/Service_Context.inl \ $(TAO_ROOT)/tao/TAO_Server_Request.i \ $(TAO_ROOT)/tao/Remote_Object_Proxy_Impl.h \ $(TAO_ROOT)/tao/LocalObject.h \ @@ -351,6 +353,7 @@ server: $(addprefix $(VDIR),$(SERVER_OBJS)) $(TAO_ROOT)/tao/ClientRequestInfo.h \ $(TAO_ROOT)/tao/StringSeqC.h \ $(TAO_ROOT)/tao/StringSeqC.i \ + $(TAO_ROOT)/tao/ClientRequestInfo.inl \ $(TAO_ROOT)/tao/DomainC.i \ $(TAO_ROOT)/tao/WrongTransactionC.h \ $(TAO_ROOT)/tao/InterfaceC.h \ @@ -359,6 +362,8 @@ server: $(addprefix $(VDIR),$(SERVER_OBJS)) $(TAO_ROOT)/tao/BoundsC.i \ $(TAO_ROOT)/tao/PortableInterceptor.h \ $(TAO_ROOT)/tao/PortableInterceptor.i \ + $(TAO_ROOT)/tao/BiDirPolicyC.h \ + $(TAO_ROOT)/tao/BiDirPolicyC.i \ ../Generic_Servant/generic_servant_export.h ../Generic_Servant/FooC.i \ $(TAO_ROOT)/tao/PortableServer/PortableServer.h \ $(TAO_ROOT)/tao/PortableServer/portableserver_export.h \ |