summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrodrigu <crodrigu@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-05-15 16:55:40 +0000
committercrodrigu <crodrigu@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-05-15 16:55:40 +0000
commitf22d3de8f43dc8cdc91af560a608011e8ad18fb0 (patch)
tree5345c6e328cba7108e425ea8a1b7d5d213c30d71
parent5656293061d1bb284275b47e84b322ee8c666c1e (diff)
downloadATCD-f22d3de8f43dc8cdc91af560a608011e8ad18fb0.tar.gz
ChangeLogTag: Wed May 15 16:39:36 UTC 2002 Craig Rodrigues <crodrigu@bbn.com>
-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