libproc-ng: add pkg-config support

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola
2011-11-05 13:54:28 +01:00
parent 901e381256
commit 64b420936e
4 changed files with 16 additions and 0 deletions

11
proc/libproc-ng.pc.in Normal file
View File

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