summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2012-11-27 11:24:30 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2012-11-27 11:24:30 +0000
commite87e771a0e5b2cbd0203948264faaa4f87b58f00 (patch)
tree27b4fde8a40faca8262985a2dd6cb1f100fcf9b2
parentdcf5300073e125080992f59cfc1dfd0922885f23 (diff)
downloadATCD-e87e771a0e5b2cbd0203948264faaa4f87b58f00.tar.gz
Tue Nov 27 11:24:11 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
* orbsvcs/Naming_Service/Naming_Service.mpc: * orbsvcs/Notify_Service/Notify_Service.mpc: Install fixes for install data
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/orbsvcs/Naming_Service/Naming_Service.mpc4
-rw-r--r--TAO/orbsvcs/Notify_Service/Notify_Service.mpc4
3 files changed, 10 insertions, 4 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 7c060d7957e..f51591ba9bb 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Tue Nov 27 11:24:11 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * orbsvcs/Naming_Service/Naming_Service.mpc:
+ * orbsvcs/Notify_Service/Notify_Service.mpc:
+ Install fixes for install data
+
Tue Nov 27 10:27:01 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
* utils/catior/catior.mpc:
diff --git a/TAO/orbsvcs/Naming_Service/Naming_Service.mpc b/TAO/orbsvcs/Naming_Service/Naming_Service.mpc
index b7ce525f341..cba797ebd34 100644
--- a/TAO/orbsvcs/Naming_Service/Naming_Service.mpc
+++ b/TAO/orbsvcs/Naming_Service/Naming_Service.mpc
@@ -8,7 +8,7 @@ project : orbsvcsexe, install, naming_serv, imr_client, svc_utils {
Naming_Service.cpp
}
InstallData_Files {
- gendir = .
+ gendir = tao-naming
README
}
}
@@ -22,7 +22,7 @@ project(NT_Naming_Service) : orbsvcsexe, install, naming_serv, svc_utils {
NT_Naming_Service.cpp
}
InstallData_Files {
- gendir = .
+ gendir = tao-naming
README
}
}
diff --git a/TAO/orbsvcs/Notify_Service/Notify_Service.mpc b/TAO/orbsvcs/Notify_Service/Notify_Service.mpc
index 4c6ef56124e..d23dd40674b 100644
--- a/TAO/orbsvcs/Notify_Service/Notify_Service.mpc
+++ b/TAO/orbsvcs/Notify_Service/Notify_Service.mpc
@@ -22,7 +22,7 @@ project(Notify_Service) : orbsvcsexe, install, tao_notify_service, notify_monito
Notify_Server.cpp
}
InstallData_Files {
- gendir = .
+ gendir = tao-notify
README
}
}
@@ -39,7 +39,7 @@ project(NT_Notify_Service) : orbsvcsexe, install, tao_notify_service, notify_mon
NT_Notify_Service.h
}
InstallData_Files {
- gendir = .
+ gendir = tao-notify
README
}
}