diff options
Diffstat (limited to 'TAO/docs/tutorials/Quoter/Event_Service/Makefile')
-rw-r--r-- | TAO/docs/tutorials/Quoter/Event_Service/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/docs/tutorials/Quoter/Event_Service/Makefile b/TAO/docs/tutorials/Quoter/Event_Service/Makefile index 35bdd68472b..f15b3ae5839 100644 --- a/TAO/docs/tutorials/Quoter/Event_Service/Makefile +++ b/TAO/docs/tutorials/Quoter/Event_Service/Makefile @@ -335,6 +335,8 @@ realclean: clean $(TAO_ROOT)/tao/Synch_Reply_Dispatcher.h \ $(TAO_ROOT)/tao/Reply_Dispatcher.h \ $(TAO_ROOT)/tao/Reply_Dispatcher.i \ + $(TAO_ROOT)/tao/LF_Event.h \ + $(TAO_ROOT)/tao/LF_Event.inl \ $(TAO_ROOT)/tao/TAOC.h \ $(TAO_ROOT)/tao/TAOC.i \ $(TAO_ROOT)/tao/operation_details.h \ @@ -1486,6 +1488,7 @@ realclean: clean $(TAO_ROOT)/orbsvcs/orbsvcs/CosEventChannelAdminC.i .obj/Stock_Factory_i.o .obj/Stock_Factory_i.so .shobj/Stock_Factory_i.o .shobj/Stock_Factory_i.so: Stock_Factory_i.cpp Stock_Factory_i.h QuoterS.h \ + QuoterC.h \ $(ACE_ROOT)/ace/post.h \ $(ACE_ROOT)/ace/ACE_export.h \ $(ACE_ROOT)/ace/svc_export.h \ |