]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
ebpf: include files in make dist 3601/head
authorEric Leblond <eric@regit.org>
Thu, 27 Dec 2018 13:19:46 +0000 (14:19 +0100)
committerEric Leblond <eric@regit.org>
Thu, 27 Dec 2018 13:20:29 +0000 (14:20 +0100)
ebpf/Makefile.am

index bfa99dc2df3cdb159b14ebb3f3739938cadca855..99c583226d9d7a48432b085a0efe44af69496ca6 100644 (file)
@@ -13,6 +13,8 @@ BPF_TARGETS += vlan_filter.bpf
 
 all: $(BPF_TARGETS)
 
+EXTRA_DIST= include bypass_filter.c filter.c lb.c vlan_filter.c xdp_filter.c
+
 $(BPF_TARGETS): %.bpf: %.c
 #      From C-code to LLVM-IR format suffix .ll (clang -S -emit-llvm)
        ${CLANG} -Wall $(BPF_CFLAGS) -O2 \