]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
ebpf: include llvm_bpfload.h in distribution
authorJason Ish <jason.ish@oisf.net>
Tue, 1 Oct 2024 17:43:33 +0000 (11:43 -0600)
committerJason Ish <jason.ish@oisf.net>
Wed, 2 Oct 2024 17:34:55 +0000 (11:34 -0600)
Otherwise we fail to build ebpf from a release archive.

ebpf/Makefile.am

index 450bd19ff49defc783b94a2af2f262809d29f277..d43c2c97a2c21b46330ec2c3d75293a4cecdf75e 100644 (file)
@@ -1,5 +1,5 @@
 EXTRA_DIST= include bypass_filter.c filter.c lb.c vlan_filter.c xdp_filter.c \
-           xdp_lb.c hash_func01.h
+           xdp_lb.c hash_func01.h llvm_bpfload.h
 
 if BUILD_EBPF