diff --git a/src/Makefile b/src/Makefile index 6992fbf..0b999fc 100644 --- a/src/Makefile +++ b/src/Makefile @@ -45,7 +45,9 @@ ifndef BUILD_STATIC_ONLY VERSION_SCRIPT := libbpf.map endif -HEADERS := bpf.h libbpf.h btf.h xsk.h libbpf_util.h +HEADERS := bpf.h libbpf.h btf.h xsk.h libbpf_util.h \ + bpf_helpers.h bpf_helper_defs.h bpf_tracing.h \ + bpf_endian.h bpf_core_read.h UAPI_HEADERS := $(addprefix $(TOPDIR)/include/uapi/linux/,\ bpf.h bpf_common.h btf.h)