summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/DsEventLogAdmin.mpc
blob: c1a703820bd195200f25a1db245c076416f45f30 (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
25
26
// -*- MPC -*-
// $Id$

project(DsEventLogAdmin) : orbsvcslib, core, dslogadmin, event {
  sharedname   = TAO_DsEventLogAdmin
  idlflags    += -Wb,export_macro=TAO_EventLog_Export -Wb,export_include=Log/eventlog_export.h
  dynamicflags = TAO_EVENTLOG_BUILD_DLL
  tagchecks   += EventLog
  pch_header   =
  pch_source   =

  IDL_Files {
    DsEventLogAdmin.idl
  }

  Source_Files(ORBSVCS_COMPONENTS) {
    DsEventLogAdmin {
      DsEventLogAdminC.cpp
      DsEventLogAdminS.cpp
      Log/EventLogFactory_i.cpp
      Log/EventLog_i.cpp
      Log/EventLogConsumer.cpp
      Log/EventLogNotification.cpp
    }
  }
}