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

AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in

dist_noinst_DATA = \
    README.md \
    $(NULL)

dist_libconfig_DATA = \
    ebpf_process.conf \
    $(NULL)