diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-03-13 07:42:29 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-03-13 07:42:29 +0000 |
commit | 4364b8562b0673576bf80b15b9089bc0503b3ef0 (patch) | |
tree | d8756170c87aa3b79dc397bc7616b274f2feb8f5 /modules | |
parent | 9569b246d900234c4276c46181147c24e5a6ec43 (diff) |
Relevant BUGIDs:
Purpose of commit: bugfix
Commit summary:
---------------
2006-03-13 Thorsten Kukuk <kukuk@thkukuk.de>
* modules/pam_lastlog/Makefile.am: Fix typo.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/pam_lastlog/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pam_lastlog/Makefile.am b/modules/pam_lastlog/Makefile.am index 0d678223..73ee4be6 100644 --- a/modules/pam_lastlog/Makefile.am +++ b/modules/pam_lastlog/Makefile.am @@ -7,7 +7,7 @@ CLEANFILES = *~ securelibdir = $(SECUREDIR) secureconfdir = $(SCONFIGDIR) -EXTRADIST = README tst-pam_lastlog +EXTRA_DIST = README tst-pam_lastlog TESTS = tst-pam_lastlog |