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/Makefile13
1 files changed, 3 insertions, 10 deletions
diff --git a/TAO/orbsvcs/tests/Sched/Makefile b/TAO/orbsvcs/tests/Sched/Makefile
index f833c678ac6..290b2b81a18 100644
--- a/TAO/orbsvcs/tests/Sched/Makefile
+++ b/TAO/orbsvcs/tests/Sched/Makefile
@@ -1,7 +1,9 @@
# $Id$
+BIN = DynSched_Test
+BUILD = $(BIN)
SRC = $(BIN:%=%$(VAR).cpp)
-LDLIBS = -lorbsvcs -lTAO
+LDLIBS= -lorbsvcs -lTAO
ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO
@@ -11,15 +13,6 @@ CPPFLAGS += -I$(TAO_ROOT)/orbsvcs/orbsvcs/Sched \
-I$(TAO_ROOT)/orbsvcs \
-I$(TAO_ROOT)
-BIN2 = DynSched_Test
-
-#### If the TAO orbsvcs library wasn't built with sufficient components,
-#### don't try to build here.
-TAO_ORBSVCS := $(shell $(ACE_ROOT)/bin/ace_components --orbsvcs)
-ifeq (Sched,$(findstring Sched,$(TAO_ORBSVCS)))
- BIN = $(BIN2)
-endif # Sched
-
#----------------------------------------------------------------------------
# Include macros and targets
#----------------------------------------------------------------------------