summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorthiagoftsm <thiagoftsm@gmail.com>2021-10-01 10:45:03 +0000
committerGitHub <noreply@github.com>2021-10-01 10:45:03 +0000
commit9c4e17dd00de645d7943f358c89dac8dccf2b785 (patch)
tree4ffdaeac7ee0e6c9b5a0ed6f72169e06dadec93e /Makefile.am
parentce74354558e354b3423027e3b085da1fe702d6f9 (diff)
Integrate eBPF and cgroup (consumer side) (#11573)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 7956558e20..ce7bd60b3d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -323,6 +323,8 @@ EBPF_PLUGIN_FILES = \
collectors/ebpf.plugin/ebpf.h \
collectors/ebpf.plugin/ebpf_apps.c \
collectors/ebpf.plugin/ebpf_apps.h \
+ collectors/ebpf.plugin/ebpf_cgroup.c \
+ collectors/ebpf.plugin/ebpf_cgroup.h \
$(LIBNETDATA_FILES) \
$(NULL)