]> asedeno.scripts.mit.edu Git - linux.git/blob - tools/lib/bpf/libbpf.pc.template
Merge branch 'for-5.4/ish' into for-linus
[linux.git] / tools / lib / bpf / libbpf.pc.template
1 # SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause)
2
3 prefix=@PREFIX@
4 libdir=@LIBDIR@
5 includedir=${prefix}/include
6
7 Name: libbpf
8 Description: BPF library
9 Version: @VERSION@
10 Libs: -L${libdir} -lbpf
11 Requires.private: libelf
12 Cflags: -I${includedir}