summaryrefslogtreecommitdiff
path: root/modules/CIAO/DAnCE/TargetManager/TargetManager.mpc
diff options
context:
space:
mode:
authormsmit <msmit@remedy.nl>2009-06-26 14:17:46 +0000
committermsmit <msmit@remedy.nl>2009-06-26 14:17:46 +0000
commit72d4af531474cb99d496b40105f99c2e409ba0fb (patch)
tree3e0001918b1d84b320880a6bd3582b26d83dc181 /modules/CIAO/DAnCE/TargetManager/TargetManager.mpc
parentc4b103771f540ea70f88d13195ed7ac576ef91c0 (diff)
downloadATCD-72d4af531474cb99d496b40105f99c2e409ba0fb.tar.gz
Fri Jun 26 14:15:14 UTC 2009 Marcel Smit <msmit@remedy.nl>
* DAnCE/TargetManager/TargetManager.mpc: Added Dance_logger library to Dance_TargetManager_exec project. * docs/tutorials/Quoter/Simple/Broker/StockBroker_exec_export.h: * docs/tutorials/Quoter/Simple/Broker/StockBroker_stub_export.h: * docs/tutorials/Quoter/Simple/Broker/StockBroker_svnt_export.h: Removed these files since they are create by the IDL compiler * docs/tutorials/Quoter/Simple/Distributor/StockDistributor_exec_export.h: * docs/tutorials/Quoter/Simple/Distributor/StockDistributor_stub_export.h: * docs/tutorials/Quoter/Simple/Distributor/StockDistributor_svnt_export.h: Removed these files since they are create by the IDL compiler * docs/tutorials/Quoter/Simple/Stock_Base/Stock_Base_skel_export.h: * docs/tutorials/Quoter/Simple/Stock_Base/Stock_Base_stub_export.h: Removed these files since they are create by the IDL compiler
Diffstat (limited to 'modules/CIAO/DAnCE/TargetManager/TargetManager.mpc')
-rw-r--r--modules/CIAO/DAnCE/TargetManager/TargetManager.mpc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/CIAO/DAnCE/TargetManager/TargetManager.mpc b/modules/CIAO/DAnCE/TargetManager/TargetManager.mpc
index 83b9727556c..4fbea2ac017 100644
--- a/modules/CIAO/DAnCE/TargetManager/TargetManager.mpc
+++ b/modules/CIAO/DAnCE/TargetManager/TargetManager.mpc
@@ -35,7 +35,6 @@ project(DAnCE_TargetManager_Impl) : dance_lib, ciao_config_handlers, naming {
Source_Files {
DomainDataManager.cpp
-// TargetManager_exec.cpp
ResourceCommitmentManager.cpp
TargetManager_Impl.cpp
Target_Manager_Module.cpp
@@ -64,6 +63,7 @@ project(DAnCE_TargetManager_svnt) : dance_lib, dance_deployment_svnt, ciao_confi
project (DAnCE_TargetManager_Exec) : dance_target_manager, naming, dance_exe, iortable, utils {
exename = dance_target_manager
+ libs += DAnCE_Logger
IDL_Files {
}