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/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/tests/Sched/Makefile b/TAO/orbsvcs/tests/Sched/Makefile
index f9a79d3daf8..985c26a6848 100644
--- a/TAO/orbsvcs/tests/Sched/Makefile
+++ b/TAO/orbsvcs/tests/Sched/Makefile
@@ -1,12 +1,12 @@
# $Id$
+SRC = $(BIN:%=%$(VAR).cpp)
+LDLIBS = -lTAO_RTSched -lTAO_CosNaming -lTAO_Svc_Utils -lTAO
+
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)