diff options
author | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-10-14 03:16:58 +0000 |
---|---|---|
committer | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-10-14 03:16:58 +0000 |
commit | a7e3890950b751d2de63e44f2e9aff0e3479717b (patch) | |
tree | bbe594113c3f15fe21c053865d9b840bff165bfc /TAO/orbsvcs/Logging_Service | |
parent | b043553a5d17d6da43152ded95647ace21a9090d (diff) | |
download | ATCD-a7e3890950b751d2de63e44f2e9aff0e3479717b.tar.gz |
ChangeLogTag: Sun Oct 13 22:14:23 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
Diffstat (limited to 'TAO/orbsvcs/Logging_Service')
-rwxr-xr-x | TAO/orbsvcs/Logging_Service/RTEvent_Logging_Service/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/Logging_Service/RTEvent_Logging_Service/Makefile b/TAO/orbsvcs/Logging_Service/RTEvent_Logging_Service/Makefile index a1d92447530..dfcb6292b9e 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_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_RTEvent -lTAO_RTOLDEvent -lTAO_RTSched -lTAO_ETCL -lTAO_CosNaming -lTAO_Svc_Utils -lTAO_IORTable -lTAO_DynamicAny -lTAO_Messaging -lTAO_PortableServer -lTAO -lACE BIN2 = RTEvent_Logging_Service |