summaryrefslogtreecommitdiff
path: root/CIAO/ciao/FTComponentServer/StateSynchronizationAgent/SSA.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/ciao/FTComponentServer/StateSynchronizationAgent/SSA.mpc')
-rw-r--r--CIAO/ciao/FTComponentServer/StateSynchronizationAgent/SSA.mpc16
1 files changed, 16 insertions, 0 deletions
diff --git a/CIAO/ciao/FTComponentServer/StateSynchronizationAgent/SSA.mpc b/CIAO/ciao/FTComponentServer/StateSynchronizationAgent/SSA.mpc
new file mode 100644
index 00000000000..fde9367460a
--- /dev/null
+++ b/CIAO/ciao/FTComponentServer/StateSynchronizationAgent/SSA.mpc
@@ -0,0 +1,16 @@
+project(*Agent) : portableserver, ciao_lib {
+
+ after += FTCommonIdl
+ macros += SSA_EXPORT_BUILD_DLL
+ libs += FTCommonIdl
+ includes += ../CommonIDL
+
+ IDL_Files {
+ }
+
+ Source_Files {
+ StatefulObject.cpp
+ CorbaStateUpdate.cpp
+ StateSynchronizationAgent_i.cpp
+ }
+}