From 97da91dc5ef45c9f8448bf6410343cf60897c603 Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Thu, 27 Dec 2018 14:19:46 +0100 Subject: [PATCH] ebpf: include files in make dist --- ebpf/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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 \ -- 2.47.2