summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)