diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-08-18 14:39:14 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-08-18 14:39:14 +0000 |
commit | 7cf966087bc3e25f64176c879bf9a99afe30ce1f (patch) | |
tree | 6e258da66c76ac4ca6eb087154aa45e3d92078f6 /modules/pam_unix/Makefile.am | |
parent | aa5c193e8c8c37732133cfe4489784d7efae677d (diff) | |
download | pam-7cf966087bc3e25f64176c879bf9a99afe30ce1f.tar.gz pam-7cf966087bc3e25f64176c879bf9a99afe30ce1f.tar.bz2 pam-7cf966087bc3e25f64176c879bf9a99afe30ce1f.zip |
Relevant BUGIDs: none
Purpose of commit: bugfix
Commit summary:
---------------
Add missing files to EXTRA_DIST
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 e8d646a1..47deb503 100644 --- a/modules/pam_unix/Makefile.am +++ b/modules/pam_unix/Makefile.am @@ -4,7 +4,7 @@ CLEANFILES = *~ -EXTRA_DIST = README md5.c md5_crypt.c lckpwdf.-c $(MANS) +EXTRA_DIST = README md5.c md5_crypt.c lckpwdf.-c $(MANS) CHANGELOG man_MANS = unix_chkpwd.8 |