summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/RTEventLogAdmin.mpc
blob: 4db6a0244fdc63da9956fe36fef389a21a3abff3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// -*- MPC -*-
// $Id$

project(RTEventLogAdmin) : orbsvcslib, core, naming, rtoldevent, dslogadmin {
  sharedname   = TAO_RTEventLogAdmin
  idlflags    += -Wb,export_macro=TAO_RTEventLog_Export -Wb,export_include=Log/rteventlog_export.h
  dynamicflags = TAO_RTEVENTLOG_BUILD_DLL
  tagchecks   += RTEventLog

  IDL_Files {
    RTEventLogAdmin.idl
  }

  Source_Files(ORBSVCS_COMPONENTS) {
    RTEventLog {
      RTEventLogAdminC.cpp
      RTEventLogAdminS.cpp
      Log/RTEventLogFactory_i.cpp
      Log/RTEventLog_i.cpp
      Log/RTEventLogConsumer.cpp
      Log/RTEventLogNotification.cpp
    }
  }
}