blob: c3e03c4f1946b836ebd608100ce88aeb3e2d6892 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@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
|