summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/RT_Notification.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/RT_Notification.mpc')
-rw-r--r--TAO/orbsvcs/orbsvcs/RT_Notification.mpc14
1 files changed, 6 insertions, 8 deletions
diff --git a/TAO/orbsvcs/orbsvcs/RT_Notification.mpc b/TAO/orbsvcs/orbsvcs/RT_Notification.mpc
index 0f5f16244e8..4694675960a 100644
--- a/TAO/orbsvcs/orbsvcs/RT_Notification.mpc
+++ b/TAO/orbsvcs/orbsvcs/RT_Notification.mpc
@@ -1,11 +1,9 @@
-project(RT_Notification) : orbsvcslib, core {
- after += Svc_Utils ETCL DynamicAny PortableServer TAO_RTCORBA CosNotification
- sharedname = TAO_RT_Notification
- libs += TAO_CosNotification TAO_Svc_Utils TAO_ETCL TAO_DynamicAny TAO_PortableServer TAO TAO_RTCORBA
- idlflags += -Wb,pre_include=ace/pre.h -Wb,post_include=ace/post.h -Wb,export_macro=TAO_RT_Notify_Export -Wb,export_include=Notify/rt_notify_export.h
- dynamicflags = TAO_RT_NOTIFY_BUILD_DLL
- tagchecks = RT_Notify
- include_dir = orbsvcs
+project(RT_Notification) : orbsvcslib, core, svc_utils, dynamicany, portableserver, rtcorba, notify {
+ sharedname = TAO_RT_Notification
+ idlflags += -Wb,export_macro=TAO_RT_Notify_Export -Wb,export_include=Notify/rt_notify_export.h
+ dynamicflags = TAO_RT_NOTIFY_BUILD_DLL
+ tagchecks = RT_Notify
+ include_dir = orbsvcs
IDL_Files {
}