diff options
author | Tomas Mraz <tm@t8m.info> | 2005-09-26 19:35:39 +0000 |
---|---|---|
committer | Tomas Mraz <tm@t8m.info> | 2005-09-26 19:35:39 +0000 |
commit | e7a4b3ae9b1f401c40cfb01733193c5b8ee7f320 (patch) | |
tree | 0e558676babea6ca2b2abe93bda719858002d86d /Makefile.am | |
parent | 2768b9a8fb819bfe5fe51a2affb2d2b8dcf1f1d5 (diff) | |
download | pam-e7a4b3ae9b1f401c40cfb01733193c5b8ee7f320.tar.gz pam-e7a4b3ae9b1f401c40cfb01733193c5b8ee7f320.tar.bz2 pam-e7a4b3ae9b1f401c40cfb01733193c5b8ee7f320.zip |
Relevant BUGIDs:
Purpose of commit: cleanup
Commit summary:
---------------
2005-09-26 Tomas Mraz <t8m@centrum.cz>
* NEWS: Add a few missing entries from CHANGELOG.
* AUTHORS: Fixed entries for Toady and me
* Makefile.am (M4_FILES): Fixed out of tree build.
* doc/specs/Makefile.am (EXTRA_DIST): Removed lex.yy.c
(spec, lex.yy.c): Fixed out of tree build.
* modules/pam_userdb/README: Document try_first_pass and
use_first_pass options, remove use_authtok option.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index b62e26a6..78160ad7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,7 +8,7 @@ SUBDIRS = libpam libpamc libpam_misc modules po conf doc examples CLEANFILES = *~ -M4_FILES = $(shell ls m4/*.m4) +M4_FILES = $(shell ls $(srcdir)/m4/*.m4) EXTRA_DIST = config.rpath mkinstalldirs pgp.keys.asc CHANGELOG \ Copyright $(M4_FILES) |