blob: 41e6d5366f3dfe47023b137e5b34375830cab8f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
#
# Copyright (C) 2015 Alon Bar-Lev <alon.barlev@gmail.com>
#
MAINTAINERCLEANFILES= $(srcdir)/Makefile.in
dist_plugins_DATA = \
README.md \
$(NULL)
dist_plugins_SCRIPTS = \
alarm-email.sh \
alarm-notify.sh \
alarm-test.sh \
cgroup-name.sh \
cgroup-network-helper.sh \
charts.d.dryrun-helper.sh \
charts.d.plugin \
fping.plugin \
node.d.plugin \
python.d.plugin \
tc-qos-helper.sh \
loopsleepms.sh.inc \
$(NULL)
|