aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf/libbpf.pc.template
blob: b45ed534bdfb58779eec4c3abfd8c5e188ae87f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause)

prefix=@PREFIX@
libdir=@LIBDIR@
includedir=${prefix}/include

Name: libbpf
Description: BPF library
Version: @VERSION@
Libs: -L${libdir} -lbpf
Requires.private: libelf zlib
Cflags: -I${includedir}