summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2002-11-16 12:45:49 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2002-11-16 12:45:49 +0000
commite63697697a82511459e26d09584c3dd353d7fbaf (patch)
treece570cc29766fe9dd63a3c04e397d9cfc021dfa6
parentc0df48817cd76d571a739a9a0dcbdea18be82fd0 (diff)
downloadATCD-e63697697a82511459e26d09584c3dd353d7fbaf.tar.gz
ChangeLogTag: Sat Nov 16 12:42:12 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/ChangeLog5
-rw-r--r--TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Application_Controlled/server.bor2
2 files changed, 6 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index eb7c26fec4f..ffee74ff092 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,8 @@
+Sat Nov 16 12:43:12 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * orbsvcs/tests/LoadBalancing/GenericFactory/Application_Controlled/server.bor:
+ Fixes error in this BCB makefile.
+
Fri Nov 15 18:29:28 2002 Ossama Othman <ossama@uci.edu>
* orbsvcs/orbsvcs/LoadBalancing/LB_Random.h:
diff --git a/TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Application_Controlled/server.bor b/TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Application_Controlled/server.bor
index 269b786ba20..b51f8ddc7f7 100644
--- a/TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Application_Controlled/server.bor
+++ b/TAO/orbsvcs/tests/LoadBalancing/GenericFactory/Application_Controlled/server.bor
@@ -25,7 +25,7 @@ CFLAGS = \
LIBFILES = \
$(ACE_LIB) \
$(TAO_LIB) \
- $(TAO_PORTABLESERVER_LIB)
+ $(TAO_PORTABLESERVER_LIB) \
$(TAO_MESSAGING_LIB) \
$(TAO_NAMING_LIB) \
$(TAO_PORTABLEGROUP_LIB) \