38763ede40
Previously the version of libproc always tracked the version of procps. This doesn't work when other non-procps programs link to the library as they are always playing catch up. This change makes the library version independent of the procps version. It will only be incremented when needed.
12 lines
239 B
PkgConfig
12 lines
239 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libprocfs
|
|
Description: Library to control and query process state
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lprocfs
|
|
Libs.private:
|
|
Cflags: -I${includedir}
|