summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Logging_Service
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/Logging_Service')
-rw-r--r--TAO/orbsvcs/Logging_Service/Basic_Logging_Service/Makefile2
-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
4 files changed, 4 insertions, 4 deletions
diff --git a/TAO/orbsvcs/Logging_Service/Basic_Logging_Service/Makefile b/TAO/orbsvcs/Logging_Service/Basic_Logging_Service/Makefile
index ff52ceadcdb..9576363a64f 100644
--- a/TAO/orbsvcs/Logging_Service/Basic_Logging_Service/Makefile
+++ b/TAO/orbsvcs/Logging_Service/Basic_Logging_Service/Makefile
@@ -10,7 +10,7 @@ LSRC = Basic_Logging_Service.cpp
LOG_OBJS=$(LSRC:.cpp=.o)
-LDLIBS = -lTAO -lTAO_PortableServer -lTAO_DsLogAdmin -lTAO_CosNaming -lACE
+LDLIBS = -lTAO_DsLogAdmin -lTAO_CosNaming -lTAO_PortableServer -lTAO -lACE
BIN2 = Basic_Logging_Service
diff --git a/TAO/orbsvcs/Logging_Service/Event_Logging_Service/Makefile b/TAO/orbsvcs/Logging_Service/Event_Logging_Service/Makefile
index f8e147dac76..53402faf28d 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 -lTAO_PortableServer -lTAO_DsLogAdmin -lTAO_DsEventLogAdmin -lTAO_CosNaming -lACE -lTAO_CosEvent
+LDLIBS = -lTAO_DsEventLogAdmin -lTAO_DsLogAdmin -lTAO_CosEvent -lTAO_CosNaming -lTAO_PortableServer -lTAO -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 3dbaa262556..f6ff93ac3fa 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_IORTable -lTAO -lTAO_CosNotification -lTAO_DsNotifyLogAdmin -lACE -lTAO_PortableServer -lTAO_DsLogAdmin -lTAO_CosNaming
+LDLIBS = -lTAO_DsNotifyLogAdmin -lTAO_DsLogAdmin -lTAO_CosNotification -lTAO_CosNaming -lTAO_IORTable -lTAO_PortableServer -lTAO -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 c5acb1bf628..bbca44e1697 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 -lTAO_PortableServer -lTAO_DsLogAdmin -lTAO_RTEventLogAdmin -lTAO_CosNaming -lACE -lTAO_RTEvent -lTAO_RTSched
+LDLIBS = -lTAO_RTEventLogAdmin -lTAO_DsLogAdmin -lTAO_RTEvent -lTAO_RTSched -lTAO_CosNaming -lTAO_PortableServer -lTAO -lACE
BIN2 = RTEvent_Logging_Service