11 lines
299 B
PkgConfig
11 lines
299 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@pkgconfig_includedir@
|
|
|
|
Name: PAM
|
|
Description: The primary Linux-PAM library. It is used by PAM modules and PAM-aware applications.
|
|
URL: http://www.linux-pam.org/
|
|
Version: @VERSION@
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lpam
|