3d0871728b
All the dependent programs needed to have their includes moved too Signed-off-by: Craig Small <csmall@dropbear.xyz>
12 lines
239 B
PkgConfig
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}
|