diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-05-10 19:30:21 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-05-10 19:30:21 +0000 |
commit | 73344b57d62f785899c966d7cf81c70029918ebe (patch) | |
tree | d4705d3d9372f0d84958fb1dbf247d3944816e18 /TAO/orbsvcs/Event_Service | |
parent | 0b71b6cd90ae021753a0ddec3a257be17cd27395 (diff) | |
download | ATCD-73344b57d62f785899c966d7cf81c70029918ebe.tar.gz |
ChangeLogTag:Wed May 10 11:59:35 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/orbsvcs/Event_Service')
-rw-r--r-- | TAO/orbsvcs/Event_Service/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/Event_Service/Makefile b/TAO/orbsvcs/Event_Service/Makefile index 48af55ba954..d74ed74718e 100644 --- a/TAO/orbsvcs/Event_Service/Makefile +++ b/TAO/orbsvcs/Event_Service/Makefile @@ -7,7 +7,7 @@ endif LSRC = Event_Service.cpp ES_OBJS=$(LSRC:.cpp=.o) -LDLIBS = -lTAO_RTEvent -lTAO_RTSched -lTAO_CosNaming -lTAO_Svc_Utils -lTAO +LDLIBS = -lTAO_RTOLDEvent -lTAO_RTEvent -lTAO_RTSched -lTAO_CosNaming -lTAO_Svc_Utils -lTAO BIN2 = Event_Service |