summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2010-08-31 14:16:53 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2010-08-31 14:16:53 +0000
commitf0954816ed9546571638bdb3a18d58eb9471bdf4 (patch)
tree5a361131eade016be007a055129aa053940e3847
parentb47ce6b32ebb34e28d02172e0a616ad43146d5bf (diff)
downloadATCD-f0954816ed9546571638bdb3a18d58eb9471bdf4.tar.gz
Tue Aug 31 14:16:26 UTC 2010 William R. Otte <wotte@dre.vanderbilt.edu>
* DAnCE/DAnCE/DAnCE_Core.mpc: Fixes for installed build.
-rw-r--r--CIAO/ChangeLog6
-rw-r--r--CIAO/DAnCE/DAnCE/DAnCE_Core.mpc12
2 files changed, 17 insertions, 1 deletions
diff --git a/CIAO/ChangeLog b/CIAO/ChangeLog
index 3bf2156b165..7170a2540a8 100644
--- a/CIAO/ChangeLog
+++ b/CIAO/ChangeLog
@@ -1,3 +1,9 @@
+Tue Aug 31 14:16:26 UTC 2010 William R. Otte <wotte@dre.vanderbilt.edu>
+
+ * DAnCE/DAnCE/DAnCE_Core.mpc:
+
+ Fixes for installed build.
+
Tue Aug 31 12:57:15 UTC 2010 Marcel Smit <msmit@remedy.nl>
* connectors/dds4ccm/impl/DataReaderListener_T.cpp:
diff --git a/CIAO/DAnCE/DAnCE/DAnCE_Core.mpc b/CIAO/DAnCE/DAnCE/DAnCE_Core.mpc
index b4853948d83..5639baeb242 100644
--- a/CIAO/DAnCE/DAnCE/DAnCE_Core.mpc
+++ b/CIAO/DAnCE/DAnCE/DAnCE_Core.mpc
@@ -1,7 +1,7 @@
// $Id$
project(DAnCE_IDL) : ciaolib_with_idl, dance_output, valuetype, gen_ostream, \
- dance_deployment_stub {
+ dance_deployment_stub, install {
custom_only = 1
idlflags += -Wb,stub_export_macro=DANCE_STUB_Export \
-Wb,stub_export_include=DAnCE_stub_export.h \
@@ -22,6 +22,11 @@ project(DAnCE_IDL) : ciaolib_with_idl, dance_output, valuetype, gen_ostream, \
IDL_Files {
DAnCE_ArtifactInstallation.idl
}
+
+ verbatim(gnuace, postinstall) {
+" $(MKDIR) $(INSTALL_PREFIX)/share/DAnCE/DAnCE"
+" cp DAnCE_LocalityManager.idl $(INSTALL_PREFIX)/share/DAnCE/DAnCE/"
+ }
}
project (DAnCE_stub) : ciaolib_with_idl, dance_output, \
@@ -59,6 +64,11 @@ project (DAnCE_stub) : ciaolib_with_idl, dance_output, \
Template_Files {
DAnCE_Utility.tpp
}
+
+ verbatim(gnuace, postinstall) {
+" $(MKDIR) $(INSTALL_PREFIX)/share/DAnCE/DAnCE"
+" cp DAnCE_LocalityManagerC.h $(INSTALL_PREFIX)/share/DAnCE/DAnCE/"
+ }
}
project (DAnCE_skel) : ciaolib_with_idl, dance_output, dance_stub, \