summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/CosEvent_Service/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/CosEvent_Service/Makefile')
-rw-r--r--TAO/orbsvcs/CosEvent_Service/Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/TAO/orbsvcs/CosEvent_Service/Makefile b/TAO/orbsvcs/CosEvent_Service/Makefile
index f04d9b5ce84..22f4f18cee6 100644
--- a/TAO/orbsvcs/CosEvent_Service/Makefile
+++ b/TAO/orbsvcs/CosEvent_Service/Makefile
@@ -6,19 +6,11 @@ ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO
endif
-LSRC = CosEvent_Service.cpp \
+LSRC = CosEvent_Service.cpp
ES_OBJS=$(LSRC:.cpp=.o)
-LDLIBS = -lTAO_CosEvent -lTAO_Svc_Utils -lTAO_PortableServer -lTAO
-#
-# NOTE
-#
-# The following macro expands to a series of libraries
-# on QNX RTP. It has been introduced to solve a problem
-# with the current QNX RTP linker.
-#
-LDLIBS+=$(TAO_COS_NAMING_LIBS)
+LDLIBS = -lTAO_CosEvent -lTAO_CosNaming -lTAO_Svc_Utils -lTAO_PortableServer -lTAO
BIN_UNCHECKED = CosEvent_Service