summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjai <jai@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-03-05 19:39:54 +0000
committerjai <jai@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-03-05 19:39:54 +0000
commitfa6636d78d4f3c15091bb16ed5bc2595caaa1733 (patch)
tree01f83f8c1b79e8ffa6824b2a4a165174e907a2eb
parentc1dbeed11e34995bc1a60a5135b0a78608c3b9bf (diff)
downloadATCD-fa6636d78d4f3c15091bb16ed5bc2595caaa1733.tar.gz
Tue Mar 5 11:37:52 2002 Jaiganesh Balasubramanian <jai@doc.ece.uci.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a6
-rw-r--r--TAO/orbsvcs/orbsvcs/Makefile5
2 files changed, 8 insertions, 3 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 112e6b16445..ba5f1e02ea2 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,9 @@
+Tue Mar 5 11:37:52 2002 Jaiganesh Balasubramanian <jai@doc.ece.uci.edu>
+
+ * orbsvcs/orbsvcs/Makefile:
+ Made changes to have the Makefile.RTCORBAEvent used in
+ compilation only when the option corba_messaging is set to 1.
+
Tue Mar 5 10:52:44 2002 Ossama Othman <ossama@uci.edu>
* orbsvcs/orbsvcs/Security/Security_PolicyFactory.cpp
diff --git a/TAO/orbsvcs/orbsvcs/Makefile b/TAO/orbsvcs/orbsvcs/Makefile
index d292431ecf9..a6abae24517 100644
--- a/TAO/orbsvcs/orbsvcs/Makefile
+++ b/TAO/orbsvcs/orbsvcs/Makefile
@@ -51,6 +51,7 @@ ifndef TAO_ORBSVCS
ifeq ($(corba_messaging),1)
TAO_ORBSVCS += FaultTolerance
TAO_ORBSVCS += FTORB
+ TAO_ORBSVCS += RTCORBAEvent
endif #corba_messaging
endif # ACE_HAS_GNUG_PRE_2_8
@@ -61,9 +62,7 @@ ifndef TAO_ORBSVCS
# The PortableGroup library requires several methods on the POA,
# which are disabled by Minimum CORBA.
TAO_ORBSVCS += PortableGroup
-
- TAO_ORBSVCS += RTCORBAEvent
-
+
endif # minimum_corba
ifeq ($(ssl),1)