summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2002-03-12 13:07:19 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2002-03-12 13:07:19 +0000
commit447cf2d4503b3f0d5d8549d08375240831da8901 (patch)
treef134b99d66cf506690fb224f2e02d02a9acc9d2e
parentf8ab1184456eb56123440b7e998fcb3155fe5f5e (diff)
downloadATCD-447cf2d4503b3f0d5d8549d08375240831da8901.tar.gz
ChangeLogTag: Tue Mar 11 14:02:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a2
-rw-r--r--TAO/orbsvcs/Notify_Service/NT_Notify_Service.bor6
2 files changed, 6 insertions, 2 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 1e5d7e7e72d..a743569e604 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -2,6 +2,8 @@ Tue Mar 12 13:45:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
* orbsvcs/CosEvent_Service/Makefile.bor:
* orbsvcs/Event_Service/Makefile.bor:
+ * orbsvcs/Notify_Service/NT_Notify_Service.bor:
+ * orbsvcs/Notify_Service/Notify_Service.bor:
Added TAO_Messaging library, this solves the link errors in the
static BCB build. Thanks to Oleg Kraynov <olegvkr@yahoo.com>
for reporting this.
diff --git a/TAO/orbsvcs/Notify_Service/NT_Notify_Service.bor b/TAO/orbsvcs/Notify_Service/NT_Notify_Service.bor
index 25acc9ac436..24f2ecd491b 100644
--- a/TAO/orbsvcs/Notify_Service/NT_Notify_Service.bor
+++ b/TAO/orbsvcs/Notify_Service/NT_Notify_Service.bor
@@ -17,7 +17,8 @@ CFLAGS = \
$(TAO_NAMING_CFLAGS) \
$(TAO_EVENT_CFLAGS) \
$(TAO_ETCL_CFLAGS) \
- $(TAO_NOTIFY_CFLAGS)
+ $(TAO_NOTIFY_CFLAGS) \
+ $(TAO_MESSAGING_CFLAGS)
LIBFILES = \
$(ACE_LIB) \
@@ -29,7 +30,8 @@ LIBFILES = \
$(TAO_NAMING_LIB) \
$(TAO_EVENT_LIB) \
$(TAO_ETCL_LIB) \
- $(TAO_NOTIFY_LIB)
+ $(TAO_NOTIFY_LIB) \
+ $(TAO_MESSAGING_LIB)
CPPDIR = .