Module Name: src Committed By: christos Date: Mon May 3 22:12:33 UTC 2010
Modified Files: src/lib/libpam: Makefile src/lib/libpam/modules: mod.mk Added Files: src/lib/libpam/staticmodules: Makefile Log Message: Build the modules in two phases: 1. build the static modules first, before libpam so that the static libpam can link against the module .a files. 2. build the modules after the dynamic libpam is build, so that the dynamic modules can link against the dynamic libpam. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/libpam/Makefile cvs rdiff -u -r1.8 -r1.9 src/lib/libpam/modules/mod.mk cvs rdiff -u -r0 -r1.1 src/lib/libpam/staticmodules/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.