procps/proc/libprocps.pc.in
Craig Small 2983b30523 Renaming libprocfs to libprocps
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.
2011-12-23 09:18:43 +11:00

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}