procps/library/libproc-2.pc.in
Craig Small 3d0871728b build-sys: Relocate library to library/
All the dependent programs needed to have their includes moved too

Signed-off-by: Craig Small <csmall@dropbear.xyz>
2022-08-29 19:02:44 +10:00

12 lines
239 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libproc-2
Description: Library to control and query process state
Version: @VERSION@
Libs: -L${libdir} -lproc-2
Libs.private:
Cflags: -I${includedir}