summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Logging_Service
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-11 14:32:30 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-11 14:32:30 +0000
commitdb173823c6800688b18cb332843d92f0a0449e4f (patch)
tree5c15635364241ed51bb6f9decadc29ed2aeed8a7 /TAO/orbsvcs/Logging_Service
parent2ff0eb1a537a492dfcec242520c10f09ab81d1da (diff)
downloadATCD-db173823c6800688b18cb332843d92f0a0449e4f.tar.gz
ChangeLogTag:Sun May 11 09:28:39 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/orbsvcs/Logging_Service')
-rwxr-xr-xTAO/orbsvcs/Logging_Service/Event_Logging_Service/Makefile2
-rwxr-xr-xTAO/orbsvcs/Logging_Service/Notify_Logging_Service/Makefile2
-rwxr-xr-xTAO/orbsvcs/Logging_Service/RTEvent_Logging_Service/Makefile2
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