summaryrefslogtreecommitdiff
path: root/modules/CIAO/ciao/Servants/Servants.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/ciao/Servants/Servants.mpc')
-rw-r--r--modules/CIAO/ciao/Servants/Servants.mpc23
1 files changed, 16 insertions, 7 deletions
diff --git a/modules/CIAO/ciao/Servants/Servants.mpc b/modules/CIAO/ciao/Servants/Servants.mpc
index 315ca21218c..b9187986b01 100644
--- a/modules/CIAO/ciao/Servants/Servants.mpc
+++ b/modules/CIAO/ciao/Servants/Servants.mpc
@@ -1,5 +1,5 @@
// $Id$
-project(CIAO_Port_Activator_stub_idl) : ciaoidldefaults {
+project(CIAO_Port_Activator_stub_idl) : install, ciaoidldefaults {
custom_only = 1
idlflags += -Wb,stub_export_include=CIAO_Port_Activator_export.h \
-Wb,stub_export_macro=CIAO_PORT_ACTIVATOR_Export \
@@ -7,9 +7,13 @@ project(CIAO_Port_Activator_stub_idl) : ciaoidldefaults {
IDL_Files {
CIAO_Port_Activator.idl
}
+
+ specific {
+ install_dir = ciao/Servants
+ }
}
-project(CIAO_Port_Activator_stub) : portableserver, ciao_lib {
+project(CIAO_Port_Activator_stub) : install, portableserver, ciao_lib {
dynamicflags = CIAO_PORT_ACTIVATOR_BUILD_DLL
after += CIAO_Port_Activator_stub_idl
IDL_Files {
@@ -19,9 +23,12 @@ project(CIAO_Port_Activator_stub) : portableserver, ciao_lib {
}
Header_Files {
}
+ specific {
+ install_dir = ciao/Servants
+ }
}
-project(CIAO_Servant_Impl) : ciao_servant_activator, ciao_port_activator_stub, ciao_container_base, ccm_svnt, ciao_output {
+project(CIAO_Servant_Impl) : install, ciao_servant_activator, ciao_port_activator_stub, ciao_container_base, ccm_svnt, ciao_output {
dynamicflags = CIAO_SERVANT_IMPL_BUILD_DLL
IDL_Files {
}
@@ -37,7 +44,7 @@ project(CIAO_Servant_Impl) : ciao_servant_activator, ciao_port_activator_stub, c
}
Template_Files {
- Connector_Servant_Impl_Utils.cpp
+ Connector_Servant_Impl_Utils_T.cpp
Servant_Impl_Utils_T.cpp
Port_Activator_T.cpp
}
@@ -52,9 +59,11 @@ project(CIAO_Servant_Impl) : ciao_servant_activator, ciao_port_activator_stub, c
StandardConfigurator_Impl.h
Port_Activator.h
Port_Activator_T.h
+ CIAO_Port_Activator_export.h
}
- Inline_Files {
- Port_Activator.inl
- }
+ specific {
+ install_dir = ciao/Servants
+ }
+
}