]> Git Repo - J-linux.git/blob - tools/lib/perf/libperf.pc.template
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / tools / lib / perf / libperf.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: libperf
8 Description: perf library
9 Version: @VERSION@
10 Libs: -L${libdir} -lperf
11 Cflags: -I${includedir}
This page took 0.02701 seconds and 4 git commands to generate.