diff options
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/ChangeLog | 5 | ||||
-rw-r--r-- | TAO/orbsvcs/Naming_Service/Naming_Service.mpc | 14 |
2 files changed, 19 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog index a8aa2d0cc0e..123ba621903 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,8 @@ +Fri Nov 23 13:31:09 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl> + + * orbsvcs/Naming_Service/Naming_Service.mpc: + Also install readme + Fri Nov 23 08:08:57 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl> * orbsvcs/orbsvcs/PortableGroup/PortableGroup_ORBInitializer.cpp: diff --git a/TAO/orbsvcs/Naming_Service/Naming_Service.mpc b/TAO/orbsvcs/Naming_Service/Naming_Service.mpc index 0c9dde417f2..68406bfe979 100644 --- a/TAO/orbsvcs/Naming_Service/Naming_Service.mpc +++ b/TAO/orbsvcs/Naming_Service/Naming_Service.mpc @@ -7,6 +7,13 @@ project : orbsvcsexe, install, naming_serv, imr_client, svc_utils { Naming_Server.cpp Naming_Service.cpp } + Documentation_Files { + README + } + InstallData_Files { + gendir = . + README + } } project(NT_Naming_Service) : orbsvcsexe, install, naming_serv, svc_utils { @@ -17,5 +24,12 @@ project(NT_Naming_Service) : orbsvcsexe, install, naming_serv, svc_utils { NT_Naming_Server.cpp NT_Naming_Service.cpp } + Documentation_Files { + README + } + InstallData_Files { + gendir = . + README + } } |