1 changed files with 6 additions and 6 deletions
@ -1,12 +1,12 @@ |
|||
prefix=@PREFIX@ |
|||
prefix=@prefix@ |
|||
exec_prefix=${prefix} |
|||
libdir=@LIBDIR@ |
|||
includedir=@INCLUDEDIR@ |
|||
libdir=@libdir@ |
|||
includedir=@includedir@ |
|||
|
|||
Name: pstat |
|||
Description: Process status library |
|||
Version: @VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_PATCH@ |
|||
Version: @version@ |
|||
|
|||
Requires: |
|||
Libs: -lpstat @LIBS@ |
|||
Cflags: -I${includedir} |
|||
Libs: -L${libdir} -lpstat |
|||
Cflags: -I${includedir}/pstat |
|||
|
Loading…
Reference in new issue