summaryrefslogtreecommitdiff
path: root/TAO/CIAO/DAnCE/Plan_Launcher/Plan_Launcher.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/DAnCE/Plan_Launcher/Plan_Launcher.mpc')
-rw-r--r--TAO/CIAO/DAnCE/Plan_Launcher/Plan_Launcher.mpc9
1 files changed, 5 insertions, 4 deletions
diff --git a/TAO/CIAO/DAnCE/Plan_Launcher/Plan_Launcher.mpc b/TAO/CIAO/DAnCE/Plan_Launcher/Plan_Launcher.mpc
index 20921a279e8..391912025b4 100644
--- a/TAO/CIAO/DAnCE/Plan_Launcher/Plan_Launcher.mpc
+++ b/TAO/CIAO/DAnCE/Plan_Launcher/Plan_Launcher.mpc
@@ -1,24 +1,25 @@
// -*- MPC -*-
// $Id$
-project(Plan_Launcher_Impl) : ciao_component_dnc, ciao_config_handlers {
+project(Plan_Launcher_Impl) : ciao_servant_dnc, ciao_config_handlers {
sharedname = Plan_Launcher_Impl
- after += ExecutionManager_stub NodeDaemon_stub
+ after += ExecutionManager_stub
libs += ExecutionManager_stub
dynamicflags = PLAN_LAUNCHER_IMPL_BUILD_DLL
Source_Files {
Plan_Launcher_Impl.cpp
- DAM_Map.cpp
+ ../ExecutionManager/DAM_Map.cpp
}
Header_Files {
+ ../ExecutionManager/DAM_Map.h
Plan_Launcher_Impl_Export.h
}
}
-project(Plan_Launcher) : ciao_component_dnc, taoexe, ciao_config_handlers {
+project(Plan_Launcher) : ciao_server_dnc, ciao_config_handlers {
exename = plan_launcher
after += Plan_Launcher_Impl