linux-pam/Makefile.am
Tomas Mraz e7a4b3ae9b 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.
2005-09-26 19:35:39 +00:00

20 lines
376 B
Makefile

#
# Copyright (c) 2005 Thorsten Kukuk <kukuk@suse.de>
#
AUTOMAKE_OPTIONS = 1.8 gnu dist-bzip2
SUBDIRS = libpam libpamc libpam_misc modules po conf doc examples
CLEANFILES = *~
M4_FILES = $(shell ls $(srcdir)/m4/*.m4)
EXTRA_DIST = config.rpath mkinstalldirs pgp.keys.asc CHANGELOG \
Copyright $(M4_FILES)
ACLOCAL_AMFLAGS = -I m4
releasedocs:
make -C doc releasedocs