summaryrefslogtreecommitdiff
path: root/DAnCE/dance/LocalityManager/Interceptors/Error_Interceptors.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'DAnCE/dance/LocalityManager/Interceptors/Error_Interceptors.mpc')
-rw-r--r--DAnCE/dance/LocalityManager/Interceptors/Error_Interceptors.mpc6
1 files changed, 5 insertions, 1 deletions
diff --git a/DAnCE/dance/LocalityManager/Interceptors/Error_Interceptors.mpc b/DAnCE/dance/LocalityManager/Interceptors/Error_Interceptors.mpc
index f882502c5ac..9573e5c3501 100644
--- a/DAnCE/dance/LocalityManager/Interceptors/Error_Interceptors.mpc
+++ b/DAnCE/dance/LocalityManager/Interceptors/Error_Interceptors.mpc
@@ -1,6 +1,6 @@
// $Id$
-project (DAnCE_Error_Interceptors) : dance_skel, dance_lib, dance_output, dance_logger {
+project (DAnCE_Error_Interceptors) : install, dance_skel, dance_lib, dance_output, dance_logger {
dynamicflags += DANCE_ERROR_INTERCEPTORS_BUILD_DLL
Source_Files {
@@ -12,4 +12,8 @@ project (DAnCE_Error_Interceptors) : dance_skel, dance_lib, dance_output, dance_
Standard_Error.h
Best_Effort.h
}
+
+ specific {
+ install_dir = dance/LocalityManager/Interceptors
+ }
}