blob: 6e7ec29e8bd4390016bd0472208d61e75b565e4b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@pkgconfig_includedir@
Name: libpamc
URL: http://www.linux-pam.org/
Description: The PAM client API library and binary prompt support. Rarely used.
Version: @VERSION@
Cflags: -I${includedir}
Libs: -L${libdir} -lpamc
|