summaryrefslogtreecommitdiffstats
path: root/collectors/slabinfo.plugin/Makefile.am
blob: 07796ea7bbed2f24ecefd57dfe7567fbe6a27d56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# SPDX-License-Identifier: GPL-3.0-or-later

AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
CLEANFILES = \
    slabinfo.plugin \
    $(NULL)

include $(top_srcdir)/build/subst.inc
SUFFIXES = .in

dist_noinst_DATA = \
    README.md \
    $(NULL)