summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/EC_Config/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/EC_Config/Makefile')
-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