summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/DsNotifyLogAdmin.mpc
blob: 1823d488ca8715fd9ba06611654001d50ca9022a (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(DsNotifyLogAdmin) : orbsvcslib, core, dseventlogadmin, notification {
  sharedname   = TAO_DsNotifyLogAdmin
  idlflags    += -Wb,export_macro=TAO_NotifyLog_Export -Wb,export_include=orbsvcs/Log/notifylog_export.h
  dynamicflags = TAO_NOTIFYLOG_BUILD_DLL
  tagchecks   += Log
  pch_header   =
  pch_source   =

  IDL_Files {
    DsNotifyLogAdmin.idl
  }

  Source_Files(ORBSVCS_COMPONENTS) {
    DsNotifyLogAdmin {
      DsNotifyLogAdminC.cpp
      DsNotifyLogAdminS.cpp
      Log/NotifyLogFactory_i.cpp
      Log/NotifyLog_i.cpp
      Log/NotifyLogConsumer.cpp
      Log/NotifyLogNotification.cpp
    }
  }
}