summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-08-25 14:11:00 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-08-25 14:11:00 +0000
commita401e495dd7846c740b09229787779b92e8afaaf (patch)
treed10e523921c58d8bf4f8260edb209e077611d5c5
parent7c2969f7b3ce9c96825f3d3ee892c0a32bb0254b (diff)
downloadATCD-a401e495dd7846c740b09229787779b92e8afaaf.tar.gz
ChangeLogTag: Sat Aug 25 09:04:06 2001 Balachandran Natarajan <bala@cs.wustl.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a1
-rw-r--r--TAO/orbsvcs/performance-tests/EC_Federated_Latency/Makefile5
-rw-r--r--TAO/orbsvcs/performance-tests/EC_Latency/Makefile2
3 files changed, 7 insertions, 1 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index e47c609e270..da2ab6ad440 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,5 +1,6 @@
Sat Aug 25 09:04:06 2001 Balachandran Natarajan <bala@cs.wustl.edu>
+ * orbsvcs/performance-tests/EC_Federated_Latency/Makefile:
* orbsvcs/performance-tests/EC_Latency/Makefile: Will not build
if corba_messaging == 0.
diff --git a/TAO/orbsvcs/performance-tests/EC_Federated_Latency/Makefile b/TAO/orbsvcs/performance-tests/EC_Federated_Latency/Makefile
index 6c5ad3885f0..d76e59d4fd7 100644
--- a/TAO/orbsvcs/performance-tests/EC_Federated_Latency/Makefile
+++ b/TAO/orbsvcs/performance-tests/EC_Federated_Latency/Makefile
@@ -27,6 +27,11 @@ TAO_IDLFLAGS += -I$(TAO_ROOT) -I$(TAO_ROOT)/orbsvcs -Ge 1
include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
include $(ACE_ROOT)/include/makeinclude/macros.GNU
include $(TAO_ROOT)/rules.tao.GNU
+
+ifeq ($(corba_messaging),1)
+BIN=$(BIN_UNCHECKED)
+endif # corba_messaging
+
include $(ACE_ROOT)/include/makeinclude/rules.common.GNU
include $(ACE_ROOT)/include/makeinclude/rules.nonested.GNU
include $(ACE_ROOT)/include/makeinclude/rules.local.GNU
diff --git a/TAO/orbsvcs/performance-tests/EC_Latency/Makefile b/TAO/orbsvcs/performance-tests/EC_Latency/Makefile
index be336a3e958..ac6beb950b4 100644
--- a/TAO/orbsvcs/performance-tests/EC_Latency/Makefile
+++ b/TAO/orbsvcs/performance-tests/EC_Latency/Makefile
@@ -11,7 +11,7 @@ endif
CPPFLAGS += -I$(TAO_ROOT)/orbsvcs \
-I$(TAO_ROOT)
-BIN = client server
+BIN_UNCHECKED = client server
server_OBJS=$(addsuffix .o,server)
client_OBJS=$(addsuffix .o,client Consumer Supplier Client_Task)