From: Eric Leblond Date: Thu, 27 Dec 2018 13:19:46 +0000 (+0100) Subject: ebpf: include files in make dist X-Git-Tag: suricata-4.1.3~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3601%2Fhead;p=thirdparty%2Fsuricata.git ebpf: include files in make dist --- diff --git a/ebpf/Makefile.am b/ebpf/Makefile.am index bfa99dc2df..99c583226d 100644 --- a/ebpf/Makefile.am +++ b/ebpf/Makefile.am @@ -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 \