summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a5
-rw-r--r--TAO/docs/tutorials/Quoter/Makefile5
2 files changed, 9 insertions, 1 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index a9662113149..cd08c7299c2 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,8 @@
+Wed May 15 16:39:36 UTC 2002 Craig Rodrigues <crodrigu@bbn.com>
+
+ * docs/tutorials/Quoter/Makefile: Only add On_Demand_Activation to
+ DIRS if corba_messaging=1.
+
Tue May 14 16:05:13 2002 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
* TAO_IDL/driver/drv_preproc.cpp (DRV_copy_input): Added ACE_OS:: to
diff --git a/TAO/docs/tutorials/Quoter/Makefile b/TAO/docs/tutorials/Quoter/Makefile
index ebad8067f5f..425a5bbfe7d 100644
--- a/TAO/docs/tutorials/Quoter/Makefile
+++ b/TAO/docs/tutorials/Quoter/Makefile
@@ -41,9 +41,12 @@ DIRS = \
#
# On_Demand_Activation requires ServantLocators and AMI, neither of
# which is available in the minimum CORBA configuration.
+ ifeq ($(corba_messaging),1)
+ DIRS += On_Demand_Activation
+ endif # corba_messaging
+
ifeq ($(minimum_corba),0)
DIRS += \
- On_Demand_Activation \
Event_Service \
RT_Event_Service
endif # minimum_corba