summaryrefslogtreecommitdiffstats
path: root/collectors/ebpf.plugin/Makefile.am
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-24 09:54:23 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-24 09:54:44 +0000
commit836b47cb7e99a977c5a23b059ca1d0b5065d310e (patch)
tree1604da8f482d02effa033c94a84be42bc0c848c3 /collectors/ebpf.plugin/Makefile.am
parentReleasing debian version 1.44.3-2. (diff)
downloadnetdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.tar.xz
netdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.zip
Merging upstream version 1.46.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'collectors/ebpf.plugin/Makefile.am')
-rw-r--r--collectors/ebpf.plugin/Makefile.am42
1 files changed, 0 insertions, 42 deletions
diff --git a/collectors/ebpf.plugin/Makefile.am b/collectors/ebpf.plugin/Makefile.am
deleted file mode 100644
index 2d5f92a6..00000000
--- a/collectors/ebpf.plugin/Makefile.am
+++ /dev/null
@@ -1,42 +0,0 @@
-# SPDX-License-Identifier: GPL-3.0-or-later
-
-AUTOMAKE_OPTIONS = subdir-objects
-MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
-
-include $(top_srcdir)/build/subst.inc
-SUFFIXES = .in
-
-userebpfconfigdir=$(configdir)/ebpf.d
-
-# Explicitly install directories to avoid permission issues due to umask
-install-exec-local:
- $(INSTALL) -d $(DESTDIR)$(userebpfconfigdir)
-
-dist_noinst_DATA = \
- README.md \
- $(NULL)
-
-ebpfconfigdir=$(libconfigdir)/ebpf.d
-dist_libconfig_DATA = \
- ebpf.d.conf \
- $(NULL)
-
-dist_ebpfconfig_DATA = \
- ebpf.d/ebpf_kernel_reject_list.txt \
- ebpf.d/cachestat.conf \
- ebpf.d/dcstat.conf \
- ebpf.d/disk.conf \
- ebpf.d/fd.conf \
- ebpf.d/filesystem.conf \
- ebpf.d/hardirq.conf \
- ebpf.d/mdflush.conf \
- ebpf.d/mount.conf \
- ebpf.d/network.conf \
- ebpf.d/oomkill.conf \
- ebpf.d/process.conf \
- ebpf.d/shm.conf \
- ebpf.d/softirq.conf \
- ebpf.d/sync.conf \
- ebpf.d/swap.conf \
- ebpf.d/vfs.conf \
- $(NULL)