diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-06-16 05:49:11 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-06-16 05:49:11 +0000 |
commit | 07140990580262cbdfff9cc2134ae34865c887a2 (patch) | |
tree | 1ec821b657f1195401116633a28d1d474f1273a7 /modules/pam_unix/Makefile.am | |
parent | 3387d7584dc78587bb621b0bc4d4e80df576399e (diff) | |
download | pam-07140990580262cbdfff9cc2134ae34865c887a2.tar.gz pam-07140990580262cbdfff9cc2134ae34865c887a2.tar.bz2 pam-07140990580262cbdfff9cc2134ae34865c887a2.zip |
Relevant BUGIDs:
Purpose of commit: cleanup
Commit summary:
---------------
Forgot to commit
Diffstat (limited to 'modules/pam_unix/Makefile.am')
-rw-r--r-- | modules/pam_unix/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pam_unix/Makefile.am b/modules/pam_unix/Makefile.am index af658a8d..36dca982 100644 --- a/modules/pam_unix/Makefile.am +++ b/modules/pam_unix/Makefile.am @@ -34,7 +34,7 @@ endif securelib_LTLIBRARIES = pam_unix.la -noinst_HEADERS = md5.h support.h yppasswd.h +noinst_HEADERS = md5.h support.h yppasswd.h bigcrypt.h sbin_PROGRAMS = unix_chkpwd |