blob: 9f07fd4dc9aca0372b787bd69fc24ad93af5baed (
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
27
28
29
30
|
# SPDX-License-Identifier: GPL-3.0-or-later
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
SUBDIRS = \
plugins.d \
apps.plugin \
cgroups.plugin \
charts.d.plugin \
checks.plugin \
cups.plugin \
diskspace.plugin \
fping.plugin \
freebsd.plugin \
freeipmi.plugin \
idlejitter.plugin \
macos.plugin \
nfacct.plugin \
xenstat.plugin \
node.d.plugin \
proc.plugin \
python.d.plugin \
statsd.plugin \
tc.plugin \
$(NULL)
dist_noinst_DATA = \
README.md \
$(NULL)
|