blob: a89ee4cdd03968868785cfce4d0cc9ead742444f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#
# Copyright (C) 2015 Alon Bar-Lev <alon.barlev@gmail.com>
#
MAINTAINERCLEANFILES= $(srcdir)/Makefile.in
dist_plugins_DATA = \
README.md \
$(NULL)
dist_plugins_SCRIPTS = \
charts.d.dryrun-helper.sh \
charts.d.plugin \
node.d.plugin \
tc-qos-helper.sh \
loopsleepms.sh.inc \
$(NULL)
|