]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
ebpf: make sure 'make dist' include eBPF files
authorEric Leblond <eric@regit.org>
Thu, 26 Sep 2019 09:16:07 +0000 (11:16 +0200)
committerVictor Julien <victor@inliniac.net>
Sun, 29 Sep 2019 05:38:33 +0000 (07:38 +0200)
ebpf/Makefile.am

index 82bab6f08c1658a1ade6609ed633ab2f63c7bf5d..ad32efd34a0b9429524a9d8e08346e48b4faa91b 100644 (file)
@@ -1,3 +1,6 @@
+EXTRA_DIST= include bypass_filter.c filter.c lb.c vlan_filter.c xdp_filter.c \
+           xdp_lb.c bpf_helpers.h hash_func01.h
+
 if BUILD_EBPF
 
 # Maintaining a local copy of UAPI linux/bpf.h
@@ -12,7 +15,6 @@ BPF_TARGETS += vlan_filter.bpf
 
 all: $(BPF_TARGETS)
 
-EXTRA_DIST= include bypass_filter.c filter.c lb.c vlan_filter.c xdp_filter.c xdp_lb.c
 
 $(BPF_TARGETS): %.bpf: %.c
 #      From C-code to LLVM-IR format suffix .ll (clang -S -emit-llvm)