summaryrefslogtreecommitdiff
path: root/modules/CIAO/tests/CIF/Common/CIF_Common.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/tests/CIF/Common/CIF_Common.mpc')
-rw-r--r--modules/CIAO/tests/CIF/Common/CIF_Common.mpc16
1 files changed, 16 insertions, 0 deletions
diff --git a/modules/CIAO/tests/CIF/Common/CIF_Common.mpc b/modules/CIAO/tests/CIF/Common/CIF_Common.mpc
new file mode 100644
index 00000000000..c25cd4be6d3
--- /dev/null
+++ b/modules/CIAO/tests/CIF/Common/CIF_Common.mpc
@@ -0,0 +1,16 @@
+// $Id$
+
+project (CIF_Common) : ciao_componentserver_stub, ccm_configvalue, ciao_cs_client, ciao_logger {
+ sharedname = CIF_Common
+ libout = ../lib
+ IDL_Files {
+ }
+
+ Source_Files {
+ CIF_Common.cpp
+ }
+
+ Header_Files {
+ CIF_Common.h
+ }
+}