Module: check_mk
Branch: master
Commit: 7d648be4f5388c7d56d7f1415e6fb43748a572e5
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=7d648be4f5388c…
Author: Jukka Aro <ja(a)mathias-kettner.de>
Date: Mon Nov 27 16:33:31 2017 +0100
Windows agent: clear relative include paths
Rely on compiler flags instead of ugly parent directory paths in
sections subdirectory.
Change-Id: I60ef7e8551e2018364ed595ad6a7e1a6d4f53406
---
agents/windows/build_version | 2 +-
agents/windows/sections/SectionCheckMK.cc | 6 +++---
agents/windows/sections/SectionCheckMK.h | 4 ++--
agents/windows/sections/SectionDF.cc | 6 +++---
agents/windows/sections/SectionDF.h | 2 +-
agents/windows/sections/SectionEventlog.cc | 8 ++++----
agents/windows/sections/SectionEventlog.h | 10 +++++-----
agents/windows/sections/SectionFileinfo.cc | 2 +-
agents/windows/sections/SectionFileinfo.h | 4 ++--
agents/windows/sections/SectionGroup.cc | 2 +-
agents/windows/sections/SectionGroup.h | 2 +-
agents/windows/sections/SectionLogwatch.cc | 8 ++++----
agents/windows/sections/SectionLogwatch.h | 6 +++---
agents/windows/sections/SectionMRPE.cc | 6 +++---
agents/windows/sections/SectionMRPE.h | 4 ++--
agents/windows/sections/SectionMem.cc | 4 ++--
agents/windows/sections/SectionMem.h | 2 +-
agents/windows/sections/SectionOHM.cc | 8 ++++----
agents/windows/sections/SectionOHM.h | 4 ++--
agents/windows/sections/SectionPS.cc | 10 +++++-----
agents/windows/sections/SectionPS.h | 6 +++---
agents/windows/sections/SectionPerfcounter.cc | 10 +++++-----
agents/windows/sections/SectionPerfcounter.h | 2 +-
agents/windows/sections/SectionPluginGroup.cc | 8 ++++----
agents/windows/sections/SectionPluginGroup.h | 6 +++---
agents/windows/sections/SectionServices.cc | 6 +++---
agents/windows/sections/SectionServices.h | 2 +-
agents/windows/sections/SectionSkype.cc | 8 ++++----
agents/windows/sections/SectionSkype.h | 2 +-
agents/windows/sections/SectionSpool.cc | 6 +++---
agents/windows/sections/SectionSpool.h | 2 +-
agents/windows/sections/SectionSystemtime.cc | 2 +-
agents/windows/sections/SectionSystemtime.h | 2 +-
agents/windows/sections/SectionUptime.cc | 6 +++---
agents/windows/sections/SectionUptime.h | 4 ++--
agents/windows/sections/SectionWMI.cc | 6 +++---
agents/windows/sections/SectionWMI.h | 4 ++--
agents/windows/sections/SectionWinperf.cc | 8 ++++----
agents/windows/sections/SectionWinperf.h | 2 +-
39 files changed, 96 insertions(+), 96 deletions(-)
Diff:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commitdiff;h=7d648be4f5…