mirror of
https://github.com/linux-pam/linux-pam.git
synced 2024-11-30 21:23:57 +08:00
b4f0e2e1f7
* .gitignore: Add .pc files as they are generated by autoconf. * configure.ac: Generate .pc files for libpam, libpam_misc and libpamc. * libpam/Makefile.am: Install pam.pc. * libpam/pam.pc.in: New file. * libpam_misc/Makefile.am: Install pam_misc.pc * libpam_misc/pam_misc.pc.in: New file. * libpamc/Makefile.am: Install pamc.pc This allow applications and PAM modules to automatically find libpam, libpam_misc and libpamc if they are installed instead of having to manually search for them.
35 lines
286 B
Plaintext
35 lines
286 B
Plaintext
*.3
|
|
*.5
|
|
*.8
|
|
*.a
|
|
*.bak
|
|
*.fo
|
|
*.la
|
|
*.lo
|
|
*.log
|
|
*.o
|
|
*.pc
|
|
*.pdf
|
|
*.so
|
|
*.trs
|
|
*~
|
|
.deps/
|
|
.libs/
|
|
/ABOUT-NLS
|
|
/ChangeLog
|
|
/INSTALL
|
|
/Linux-PAM-*.tar.*
|
|
/aclocal.m4
|
|
/autom4te.cache
|
|
/build-aux/
|
|
/config.h
|
|
/config.h.in
|
|
/config.log
|
|
/config.status
|
|
/configure
|
|
/libtool
|
|
/stamp-h1
|
|
Makefile
|
|
Makefile.in
|
|
lex.yy.c
|