summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-08-25 14:11:01 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-08-25 14:11:01 +0000
commit54d5435d897c444031bc90cc3ba0bae85458b6fe (patch)
treece823bc12f9955dc4282235ca2cc903dd704910a
parenta401e495dd7846c740b09229787779b92e8afaaf (diff)
downloadATCD-54d5435d897c444031bc90cc3ba0bae85458b6fe.tar.gz
ChangeLogTag: Sat Aug 25 09:04:06 2001 Balachandran Natarajan <bala@cs.wustl.edu>
-rw-r--r--TAO/orbsvcs/performance-tests/EC_Federated_Latency/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/performance-tests/EC_Federated_Latency/Makefile b/TAO/orbsvcs/performance-tests/EC_Federated_Latency/Makefile
index d76e59d4fd7..d67b1c2fc3c 100644
--- a/TAO/orbsvcs/performance-tests/EC_Federated_Latency/Makefile
+++ b/TAO/orbsvcs/performance-tests/EC_Federated_Latency/Makefile
@@ -13,7 +13,7 @@ CPPFLAGS += -I$(TAO_ROOT)/orbsvcs \
IDL_FILES = Control
IDL_SRC = ControlC.cpp ControlS.cpp
-BIN = client server
+BIN_UNCHECKED = client server
server_OBJS=$(addsuffix .o,server Coordinator ControlC ControlS)
client_OBJS=$(addsuffix .o,client Consumer Supplier Loopback_Consumer Loopback_Supplier Loopback Peer ControlC ControlS)