aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf/libbpf.pc.template
blob: ac17fcef2108ec81dc8800d97e3cd4f6c127b253 (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
Cflags: -I${includedir}