2983b30523
The library used to be called libprocps but it was renamed to make sure there was only one. However the formatting of the library SONAME has changed so there cannot be any confusion. libprocps makes it clear that its a library from this project and not a set of functions directly on the filesystem.
12 lines
239 B
PkgConfig
12 lines
239 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libprocps
|
|
Description: Library to control and query process state
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lprocps
|
|
Libs.private:
|
|
Cflags: -I${includedir}
|