summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/EC_Throughput/Makefile
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-03 16:35:18 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-03 16:35:18 +0000
commit6c773b08fc5befb3b013238fb67634a8a7a5d29d (patch)
treedeb7b1ecfbf170d892665685fc325365c56f1d28 /TAO/orbsvcs/tests/EC_Throughput/Makefile
parent866f2daf51990087c9bc6020557ee9b72d118cbb (diff)
downloadATCD-6c773b08fc5befb3b013238fb67634a8a7a5d29d.tar.gz
ChangeLogTag:Fri Jul 03 11:34:38 1998 Carlos O'Ryan <coryan@JIG>
Diffstat (limited to 'TAO/orbsvcs/tests/EC_Throughput/Makefile')
-rw-r--r--TAO/orbsvcs/tests/EC_Throughput/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/TAO/orbsvcs/tests/EC_Throughput/Makefile b/TAO/orbsvcs/tests/EC_Throughput/Makefile
index 1ff6db127ec..cfcfcc84652 100644
--- a/TAO/orbsvcs/tests/EC_Throughput/Makefile
+++ b/TAO/orbsvcs/tests/EC_Throughput/Makefile
@@ -13,10 +13,12 @@ CPPFLAGS += -I$(TAO_ROOT)/orbsvcs \
IDL_HDR = dataC dataS
IDL_SRC = dataC dataS
-ECT_Supplier_OBJS=$(addsuffix .o,ECT_Supplier $(IDL_SRC))
-ECT_Consumer_OBJS=$(addsuffix .o,ECT_Consumer $(IDL_SRC))
+ECT_Supplier_OBJS=$(addsuffix .o,ECT_Supplier ECT_Data $(IDL_SRC))
+ECT_Consumer_OBJS=$(addsuffix .o,ECT_Consumer ECT_Data $(IDL_SRC))
-SRC = $(addsuffix .cpp, $(BUILD)) $(addsuffix .cpp, $(IDL_SRC))
+SRC = $(addsuffix .cpp, $(BUILD)) \
+ $(addsuffix .cpp, $(IDL_SRC)) \
+ ECT_Data.cpp
ifdef quantify
CCFLAGS += -Dquantify