summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Sched/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Sched/Makefile')
-rw-r--r--TAO/orbsvcs/tests/Sched/Makefile14
1 files changed, 3 insertions, 11 deletions
diff --git a/TAO/orbsvcs/tests/Sched/Makefile b/TAO/orbsvcs/tests/Sched/Makefile
index 7310e172715..f9a79d3daf8 100644
--- a/TAO/orbsvcs/tests/Sched/Makefile
+++ b/TAO/orbsvcs/tests/Sched/Makefile
@@ -1,20 +1,12 @@
# $Id$
-SRC = $(BIN:%=%$(VAR).cpp)
-LDLIBS = -lTAO_Svc_Utils -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) $(TAO_RT_SCHED_LIBS)
-
ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO
endif
+SRC = $(BIN:%=%$(VAR).cpp)
+LDLIBS = -lTAO_RTSched -lTAO_CosNaming -lTAO_Svc_Utils -lTAO
+
CPPFLAGS += -I$(TAO_ROOT)/orbsvcs/orbsvcs/Sched \
-I$(TAO_ROOT)/orbsvcs \
-I$(TAO_ROOT)