diff options
Diffstat (limited to 'libpam/pam.pc.in')
-rw-r--r-- | libpam/pam.pc.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libpam/pam.pc.in b/libpam/pam.pc.in new file mode 100644 index 0000000..a7cf852 --- /dev/null +++ b/libpam/pam.pc.in @@ -0,0 +1,9 @@ +libdir=@libdir@ +includedir=@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 |