summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Mitz <mitza-oci@users.noreply.github.com>2010-06-30 15:03:16 +0000
committerAdam Mitz <mitza-oci@users.noreply.github.com>2010-06-30 15:03:16 +0000
commit4e4d3750966b4953d7f4b4c3e99236c3625fb4ad (patch)
tree9d630d6f696b056f609bb716d6286c16165f8a8b
parent62306a72d79144d287ecdf00774c8250638ec93f (diff)
downloadATCD-4e4d3750966b4953d7f4b4c3e99236c3625fb4ad.tar.gz
ChangeLogTag: Wed Jun 30 15:02:07 UTC 2010 Adam Mitz <mitza@ociweb.com>
-rw-r--r--CIAO/ChangeLog7
-rw-r--r--CIAO/connectors/dds4ccm/idl/dds4ccm_stub.mpc16
2 files changed, 23 insertions, 0 deletions
diff --git a/CIAO/ChangeLog b/CIAO/ChangeLog
index e823b955df2..66da866ccbb 100644
--- a/CIAO/ChangeLog
+++ b/CIAO/ChangeLog
@@ -1,3 +1,10 @@
+Wed Jun 30 15:02:07 UTC 2010 Adam Mitz <mitza@ociweb.com>
+
+ * connectors/dds4ccm/idl/dds4ccm_stub.mpc:
+
+ In the case where there is no DDS implementation available,
+ install the IDL files so they can be included by some tests.
+
Wed Jun 30 14:47:44 UTC 2010 Marcel Smit <msmit@remedy.nl>
* connectors/dds4ccm/tutorials/Shapes/Shapes_asm/Shapes_Control_comp/src/Shapes_Control_comp.mpc:
diff --git a/CIAO/connectors/dds4ccm/idl/dds4ccm_stub.mpc b/CIAO/connectors/dds4ccm/idl/dds4ccm_stub.mpc
index 6fbc8f40d6e..473ab0c01d0 100644
--- a/CIAO/connectors/dds4ccm/idl/dds4ccm_stub.mpc
+++ b/CIAO/connectors/dds4ccm/idl/dds4ccm_stub.mpc
@@ -56,4 +56,20 @@ project (DDS4CCM_stub) : install, dds4ccm, ccm_stub, ciaolib_with_idl, ciao_outp
}
}
+project (DDS4CCM_idl_install_only) {
+ avoids += dds4ccm_opendds dds4ccm_ndds dds4ccm_splice
+
+ custom_only = 1
+
+// PIDL_Files {
+// *.idl // otherwise we get a warning from mpc (no useful targets)
+// }
+
+ verbatim(gnuace, bottom) {
+"install:"
+" $(MKDIR) $(INSTALL_PREFIX)/share/ciao/connectors/dds4ccm/idl"
+" cp *.idl $(INSTALL_PREFIX)/share/ciao/connectors/dds4ccm/idl"
+ }
+
+}