summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/ChangeLog5
-rw-r--r--TAO/orbsvcs/orbsvcs/Makefile6
2 files changed, 7 insertions, 4 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 0d65cbd8eb1..e451e66432a 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,8 @@
+Thu Oct 16 09:34:22 2003 Venkita Subramonian <venkita@cs.wustl.edu>
+
+ * orbsvcs/orbsvcs/Makefile: Changed build criteria for
+ RTCosScheduling.
+
Thu Oct 16 08:24:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
* orbsvcs/tests/RTCosScheduling/Makefile.bor:
diff --git a/TAO/orbsvcs/orbsvcs/Makefile b/TAO/orbsvcs/orbsvcs/Makefile
index 4a0aaffa03d..aed6bf122f6 100644
--- a/TAO/orbsvcs/orbsvcs/Makefile
+++ b/TAO/orbsvcs/orbsvcs/Makefile
@@ -85,11 +85,9 @@ ifndef TAO_ORBSVCS
endif # minimum_corba
- ifeq ($(rtcorba),1)
- ifeq ($(interceptors),1)
- TAO_ORBSVCS += RTCosScheduling
+ ifeq ($(interceptors),1)
+ TAO_ORBSVCS += RTCosScheduling
endif
- endif
ifeq ($(ssl),1)
ifeq ($(corba_messaging),1)