blob: c1e69d216f284de47eade92125a12c3141193aca (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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
|