summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2010-07-27 22:45:40 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2010-07-27 22:45:40 +0000
commit8d3fa69c5063c0a796e9e68a8bac512f4367929e (patch)
tree4f35568ffbb5602a2dc55a8ca13e4c855a65179b
parente1fc0cb8e200b524263945f419b47bdd37a2cc8a (diff)
downloadATCD-8d3fa69c5063c0a796e9e68a8bac512f4367929e.tar.gz
Tue Jul 27 22:45:12 UTC 2010 William R. Otte <wotte@dre.vanderbilt.edu>
* DAnCE/LocalityManager/Daemon/Locality_Manager.mpc: Attempt at a fix for the installed build.
-rw-r--r--CIAO/ChangeLog6
-rw-r--r--CIAO/DAnCE/LocalityManager/Daemon/Locality_Manager.mpc6
2 files changed, 12 insertions, 0 deletions
diff --git a/CIAO/ChangeLog b/CIAO/ChangeLog
index 075d4a53769..a98648a6116 100644
--- a/CIAO/ChangeLog
+++ b/CIAO/ChangeLog
@@ -1,3 +1,9 @@
+Tue Jul 27 22:45:12 UTC 2010 William R. Otte <wotte@dre.vanderbilt.edu>
+
+ * DAnCE/LocalityManager/Daemon/Locality_Manager.mpc:
+
+ Attempt at a fix for the installed build.
+
Tue Jul 27 16:00:32 UTC 2010 Marcel Smit <msmit@remedy.nl>
* connectors/dds4ccm/tests/QueryCondition/DDS/DDS_Receiver/QC_Receiver.cpp:
diff --git a/CIAO/DAnCE/LocalityManager/Daemon/Locality_Manager.mpc b/CIAO/DAnCE/LocalityManager/Daemon/Locality_Manager.mpc
index 30506e14932..890b339377a 100644
--- a/CIAO/DAnCE/LocalityManager/Daemon/Locality_Manager.mpc
+++ b/CIAO/DAnCE/LocalityManager/Daemon/Locality_Manager.mpc
@@ -32,4 +32,10 @@ project (DAnCE_LocalityManager_Exec) : dance_exe, dance_exe, dance_output, \
specific {
install_dir = DAnCE/LocalityManager/Daemon
}
+
+ verbatim(gnuace, postinstall) {
+" $(MKDIR) $(INSTALL_PREFIX)/share/DAnCE/LocalityManager/Daemon"
+" cp Locality_Manager_Task.cpp $(INSTALL_PREFIX)/share/DAnCE/LocalityManager/Daemon/"
+" cp Locality_Manager.cpp $(INSTALL_PREFIX)/share/DAnCE/LocalityManager/Daemon/"
+ }
}