summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/LWFT/LWFT.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/LWFT/LWFT.mpc')
-rw-r--r--TAO/orbsvcs/orbsvcs/LWFT/LWFT.mpc11
1 files changed, 8 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/LWFT/LWFT.mpc b/TAO/orbsvcs/orbsvcs/LWFT/LWFT.mpc
index 2d61595ed9f..0a301045e7c 100644
--- a/TAO/orbsvcs/orbsvcs/LWFT/LWFT.mpc
+++ b/TAO/orbsvcs/orbsvcs/LWFT/LWFT.mpc
@@ -112,11 +112,12 @@ project(*Server) : iorinterceptor, orbsvcs_output {
}
}
-project(*StateSyncAgent) : portableserver, orbsvcs_output { // , lwft_dds , splicelib {
+project(*StateSyncAgent) : portableserver, orbsvcs_output, ami { // , lwft_dds , splicelib {
after += *Common
idlflags += -Wb,export_macro=SSA_Export \
- -Wb,export_include=ssa_export.h
- idlflags -= -St -Sa
+ -Wb,export_include=ssa_export.h
+
+ idlflags -= -St -Sa
dynamicflags = SSA_BUILD_DLL
libs += LWFT_Common
sharedname = LWFT_StateSyncAgent
@@ -136,12 +137,14 @@ project(*StateSyncAgent) : portableserver, orbsvcs_output { // , lwft_dds , spli
StateSynchronizationAgentC.cpp
StateSynchronizationAgentS.cpp
StateSynchronizationAgent_i.cpp
+ SSA_AMI_Handler.cpp
}
Header_Files {
DDSStateReaderListener_T.h
DDSStateUpdate_T.h
ssa_export.h
+ SSA_AMI_Handler.h
}
Inline_Files {
@@ -207,11 +210,13 @@ project(*ReplicationManagerImpl) : portableserver, orbsvcs_output, lwft_server {
Source_Files {
ReplicationManager.cpp
AppInfoC.cpp
+ SSA_AMI_Handler.cpp
}
Header_Files {
ReplicationManager.h
rm_impl_export.h
+ SSA_AMI_Handler.h
}
Inline_Files {