summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthrall <thrall@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-15 18:38:37 +0000
committerthrall <thrall@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-15 18:38:37 +0000
commit2b74bc1f41c0c59c6ec033a87d6159d7debc3578 (patch)
treef55a4ac74dd8d61dc6ca13ccd9de0d8be99c5bb6
parent37da3176284972ead128c687812dbdf99177f527 (diff)
downloadATCD-2b74bc1f41c0c59c6ec033a87d6159d7debc3578.tar.gz
Updated target requirements
-rw-r--r--TAO/orbsvcs/tests/EC_Config/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/tests/EC_Config/Makefile b/TAO/orbsvcs/tests/EC_Config/Makefile
index 9bf027a7b07..511b965f130 100644
--- a/TAO/orbsvcs/tests/EC_Config/Makefile
+++ b/TAO/orbsvcs/tests/EC_Config/Makefile
@@ -23,7 +23,7 @@ ifeq (Event,$(findstring Event,$(TAO_ORBSVCS)))
endif # Sched
endif # Event
-PSRC= Test.cpp Supplier.cpp Consumer.cpp ECConfig.cpp Service.cpp Config_Factory.cpp Test_Handler.cpp
+PSRC= Test.cpp Supplier.cpp Consumer.cpp ECConfig.cpp Service.cpp Config_Factory.cpp Test_Handler.cpp TestConfig.cpp
LDLIBS = -lTAO_RTOLDEvent -lTAO_RTEvent -lTAO_RTSched -lTAO_CosNaming -lTAO_Svc_Utils -lTAO_IORTable -lTAO_Messaging -lTAO_PortableServer -lTAO -lTAO_RTKokyuEvent -lACEXML_Parser
# The complete path to orbsvcs/orbsvcs/Sched is required for DU/CXX
@@ -32,8 +32,8 @@ CPPFLAGS += -I$(TAO_ROOT) -I$(TAO_ROOT)/orbsvcs \
-I$(TAO_ROOT)/orbsvcs/orbsvcs/Sched \
$(foreach svc, $(TAO_ORBSVCS), -DTAO_ORBSVCS_HAS_$(svc))
-Test_OBJS=$(addsuffix .o, Test Supplier Consumer ECConfig Config_Factory Test_Handler)
-Service_OBJS=$(addsuffix .o, Service Supplier Consumer ECConfig)
+Test_OBJS=$(addsuffix .o, Test Supplier Consumer ECConfig Config_Factory Test_Handler TestConfig)
+Service_OBJS=$(addsuffix .o, Service Supplier Consumer ECConfig TestConfig)
#----------------------------------------------------------------------------
# Include macros and targets