mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-22 01:09:06 +08:00
makefile: add libbpf_version.h to the list of installed headers
libbpf_version.h is a new header that is installed along other public libbpf API headers. Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
This commit is contained in:
committed by
Andrii Nakryiko
parent
eda1ebe520
commit
05d95ef6fa
@@ -51,7 +51,7 @@ endif
|
||||
|
||||
HEADERS := bpf.h libbpf.h btf.h libbpf_common.h libbpf_legacy.h xsk.h \
|
||||
bpf_helpers.h bpf_helper_defs.h bpf_tracing.h \
|
||||
bpf_endian.h bpf_core_read.h skel_internal.h
|
||||
bpf_endian.h bpf_core_read.h skel_internal.h libbpf_version.h
|
||||
UAPI_HEADERS := $(addprefix $(TOPDIR)/include/uapi/linux/,\
|
||||
bpf.h bpf_common.h btf.h)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user