11 lines
308 B
PkgConfig
11 lines
308 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@pkgconfig_includedir@
|
|
|
|
Name: pam_misc
|
|
Description: Miscellaneous functions that make the job of writing PAM-aware applications easier.
|
|
URL: http://www.linux-pam.org/
|
|
Version: @VERSION@
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lpam_misc
|