r14325: Add pam_modules rule which builds the configure(d) pam modules. This is
commit71b2eb55adcd28f3796254ea1ce0bcee6098e712
authorLars Müller <lmuelle@samba.org>
Mon, 13 Mar 2006 16:10:26 +0000 (13 16:10 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:15:25 +0000 (10 11:15 -0500)
tree4cbfb94e5555dc7e13e2eac3c84912b19de7ec87
parenta32a423a0e9e0d4dd21282fd528bcd3247fddbd1
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.
source/Makefile.in
source/configure.in
source/script/tests/dlopen.sh [new file with mode: 0755]