summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/CosEvent_Service
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-05 05:52:16 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-05 05:52:16 +0000
commit4b8d38c80dfeaff1459115a0e95508130be4d717 (patch)
tree25f4ca048891b1c37f3559b12d9646866497a9e5 /TAO/orbsvcs/CosEvent_Service
parentd2cffa997f2862a016155ee37a4f79d4d03d9474 (diff)
downloadATCD-4b8d38c80dfeaff1459115a0e95508130be4d717.tar.gz
ChangeLogTag:Sun Mar 04 21:43:51 2001 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/orbsvcs/CosEvent_Service')
-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