diff options
Diffstat (limited to 'TAO/orbsvcs/Notify_Service/Notify_Service.mpc')
-rw-r--r-- | TAO/orbsvcs/Notify_Service/Notify_Service.mpc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/Notify_Service/Notify_Service.mpc b/TAO/orbsvcs/Notify_Service/Notify_Service.mpc index 69a9fe56a6b..61fa82afa05 100644 --- a/TAO/orbsvcs/Notify_Service/Notify_Service.mpc +++ b/TAO/orbsvcs/Notify_Service/Notify_Service.mpc @@ -1,7 +1,7 @@ // -*- MPC -*- // $Id$ -project : orbsvcsexe, core, notification, naming { +project : orbsvcsexe, core, notification_serv, naming, iortable { exename = Notify_Service Source_Files { Notify_Server.cpp @@ -12,7 +12,7 @@ project : orbsvcsexe, core, notification, naming { } } -project(NT_Notify_Service) : orbsvcsexe, core, notification, naming { +project(NT_Notify_Service) : orbsvcsexe, core, notification_serv, naming, iortable { exename = NT_Notify_Service Source_Files { Notify_Service.cpp |