diff --git a/ebpf/Makefile.am b/ebpf/Makefile.am index 82bab6f08c..ad32efd34a 100644 --- a/ebpf/Makefile.am +++ b/ebpf/Makefile.am @@ -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)