summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/CosEvent.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/CosEvent.mpc')
-rw-r--r--TAO/orbsvcs/orbsvcs/CosEvent.mpc31
1 files changed, 30 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/CosEvent.mpc b/TAO/orbsvcs/orbsvcs/CosEvent.mpc
index 70caeb9f47f..7a4c3bea5b6 100644
--- a/TAO/orbsvcs/orbsvcs/CosEvent.mpc
+++ b/TAO/orbsvcs/orbsvcs/CosEvent.mpc
@@ -19,6 +19,7 @@ project (CosEvent) : orbsvcslib, core, minimum_corba, ec_typed_events {
Header_Files {
CosEventCommC.h
CosEventChannelAdminC.h
+ CosEvent/event_export.h
}
Inline_Files {
@@ -26,10 +27,17 @@ project (CosEvent) : orbsvcslib, core, minimum_corba, ec_typed_events {
CosEventChannelAdminC.inl
}
+ Template_Files {
+ }
+
// explicit Resource_Files to avoid including _Skel & _Serv rc files.
- Resource_Files{
+ Resource_Files {
CosEvent.rc
}
+
+ Pkgconfig_Files {
+ TAO_CosEvent.pc.in
+ }
}
@@ -48,11 +56,25 @@ project (CosEvent_Skel) : orbsvcslib, core, minimum_corba, event, portableserver
Header_Files {
CosEventCommS.h
CosEventChannelAdminS.h
+ CosEventCommS_T.h
+ CosEventChannelAdminS_T.h
+ CosEvent/event_skel_export.h
}
Inline_Files {
CosEventCommS.inl
CosEventChannelAdminS.inl
+ CosEventCommS_T.inl
+ CosEventChannelAdminS_T.inl
+ }
+
+ Template_Files {
+ CosEventCommS_T.cpp
+ CosEventChannelAdminS_T.cpp
+ }
+
+ Pkgconfig_Files {
+ TAO_CosEvent_Skel.pc.in
}
}
@@ -88,4 +110,11 @@ project (CosEvent_Serv) : orbsvcslib, core, minimum_corba, event_skel, ec_typed_
CosEvent/CEC_SupplierControl.cpp
}
}
+
+ Template_Files {
+ }
+
+ Pkgconfig_Files {
+ TAO_CosEvent_Serv.pc.in
+ }
}