summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2006-01-24 23:28:31 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2006-01-24 23:28:31 +0000
commit8d5b793b25a66e6657f5fdbeab96e1feac0d56af (patch)
treebbf4487e537da00949fb92a413137425e80c6187 /Makefile.am
parentc14d282c2a5fefbf7060d05b9d1910b359a1566f (diff)
Relevant BUGIDs:
Purpose of commit: new feature Commit summary: --------------- Add framework for manpages in xml source Fix --enable-static-modules 2006-01-24 Thorsten Kukuk <kukuk@thkukuk.de> * libpam/pam_static_modules.h: New. * Makefile.am: Reorder subdirectories for static modules. * configure.in: Add --enable-static-modules option. * libpam/Makefile.am: Define WITH_SELINUX and WITH_PWDB if necessary, add pam_static_modules.h, link against all PAM module object files if STATIC_MODULES is defined. * libpam/pam_static.c: Remove old _static_module* includes, include pam_static_modules.h. * configure.in: Add checks for xsltproc, xmllint and docbook xsl stylesheet. * m4/jh_path_xml_catalog.m4: New.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index cd22d1b4..282d5f87 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,7 +4,11 @@
AUTOMAKE_OPTIONS = 1.8 gnu dist-bzip2
+if STATIC_MODULES
+SUBDIRS = modules libpam libpamc libpam_misc po conf doc examples
+else
SUBDIRS = libpam libpamc libpam_misc modules po conf doc examples
+endif
CLEANFILES = *~