r14325: Add pam_modules rule which builds the configure(d) pam modules. This is
authorLars Müller <lmuelle@samba.org>
Mon, 13 Mar 2006 16:10:26 +0000 (16:10 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:15:25 +0000 (11:15 -0500)
commit9b277916445e6c1bdc60e06c382067c209287aaf
tree34bf25c75d20de72b1dc0dc6d577c792dd345d37
parentb97a69dce316ba8808b317acd99d976c4c279a28
r14325: Add pam_modules rule which builds the configure(d) pam modules.  This is
called as part of the all rule (again only if pam modules are requested
by configure).

Add pam_winbind rule.

Ensure proto_exists before we build the pam modules.

Add test_pam_modules rule to test if the built pam modules have any
unresolved symbols.  For test_pam_modules we use script/tests/dlopen.sh
which was written by Nalin Dahyabhai <nalin@redhat.com>.  Thanks Nalin!
RedHat and SuSE use this script to test nss and pam modules since
several years.
(This used to be commit 71b2eb55adcd28f3796254ea1ce0bcee6098e712)
source3/Makefile.in
source3/configure.in
source3/script/tests/dlopen.sh [new file with mode: 0755]