diff options
author | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-05-11 14:32:30 +0000 |
---|---|---|
committer | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-05-11 14:32:30 +0000 |
commit | db173823c6800688b18cb332843d92f0a0449e4f (patch) | |
tree | 5c15635364241ed51bb6f9decadc29ed2aeed8a7 /TAO/orbsvcs/Logging_Service | |
parent | 2ff0eb1a537a492dfcec242520c10f09ab81d1da (diff) | |
download | ATCD-db173823c6800688b18cb332843d92f0a0449e4f.tar.gz |
ChangeLogTag:Sun May 11 09:28:39 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/orbsvcs/Logging_Service')
3 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/Logging_Service/Event_Logging_Service/Makefile b/TAO/orbsvcs/Logging_Service/Event_Logging_Service/Makefile index c6288071035..e301ddfd657 100755 --- a/TAO/orbsvcs/Logging_Service/Event_Logging_Service/Makefile +++ b/TAO/orbsvcs/Logging_Service/Event_Logging_Service/Makefile @@ -10,7 +10,7 @@ LSRC = Event_Logging_Service.cpp LOG_OBJS=$(LSRC:.cpp=.o) -LDLIBS = -lTAO_DsEventLogAdmin -lTAO_DsLogAdmin -lTAO_CosEvent -lTAO_ETCL -lTAO_CosNaming -lTAO_IORTable -lTAO_DynamicAny -lTAO_Messaging -lTAO_PortableServer -lTAO -lACE +LDLIBS = -lTAO_DsEventLogAdmin -lTAO_DsLogAdmin -lTAO_CosEvent -lTAO_ETCL -lTAO_CosNaming -lTAO_IORTable -lTAO_DynamicAny -lTAO_Messaging $(TAO_SRVR_LIBS) -lACE BIN2 = Event_Logging_Service diff --git a/TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Makefile b/TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Makefile index 9a236005ef6..8c1541c6e03 100755 --- a/TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Makefile +++ b/TAO/orbsvcs/Logging_Service/Notify_Logging_Service/Makefile @@ -19,7 +19,7 @@ CLIENT_OBJS = \ Notify_Logging_Service.o \ Notify_Logging_Server.o -LDLIBS = -lTAO_DsNotifyLogAdmin -lTAO_DsEventLogAdmin -lTAO_DsLogAdmin -lTAO_CosNotification -lTAO_ETCL -lTAO_CosNaming -lTAO_IORTable -lTAO_DynamicAny -lTAO_Messaging -lTAO_PortableServer -lTAO -lACE +LDLIBS = -lTAO_DsNotifyLogAdmin -lTAO_DsEventLogAdmin -lTAO_DsLogAdmin -lTAO_CosNotification -lTAO_ETCL -lTAO_CosNaming -lTAO_IORTable -lTAO_DynamicAny -lTAO_Messaging $(TAO_SRVR_LIBS) -lACE BIN2 = Notify_Logging_Service diff --git a/TAO/orbsvcs/Logging_Service/RTEvent_Logging_Service/Makefile b/TAO/orbsvcs/Logging_Service/RTEvent_Logging_Service/Makefile index f772e634e0e..fbd7f5a0645 100755 --- a/TAO/orbsvcs/Logging_Service/RTEvent_Logging_Service/Makefile +++ b/TAO/orbsvcs/Logging_Service/RTEvent_Logging_Service/Makefile @@ -10,7 +10,7 @@ LSRC = RTEvent_Logging_Service.cpp LOG_OBJS=$(LSRC:.cpp=.o) -LDLIBS = -lTAO_RTEventLogAdmin -lTAO_DsLogAdmin -lTAO_RTOLDEvent -lTAO_RTEvent -lTAO_RTSched -lTAO_ETCL -lTAO_CosNaming -lTAO_Svc_Utils -lTAO_IORTable -lTAO_DynamicAny -lTAO_Messaging -lTAO_PortableServer -lTAO -lACE +LDLIBS = -lTAO_RTEventLogAdmin -lTAO_DsLogAdmin -lTAO_RTOLDEvent -lTAO_RTEvent -lTAO_RTSched -lTAO_ETCL -lTAO_CosNaming -lTAO_Svc_Utils -lTAO_IORTable -lTAO_DynamicAny -lTAO_Messaging $(TAO_SRVR_LIBS) -lACE BIN2 = RTEvent_Logging_Service |