summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2012-01-26 22:24:21 +0000
committerDmitry V. Levin <ldv@altlinux.org>2012-01-26 22:24:21 +0000
commit9e85d7033d3c24f5fd63ecde172b92e61f864844 (patch)
treeb29a2de1ca93452ddc3aa3a08039c5dfd55405b9
parent3ab70f792a93c84c620c4e26bccd244bb1722234 (diff)
Fix SUBDIRS for --enable-static-modules mode
There is no way to build "modules" subdirectory before "libpam" anyway. In STATIC_MODULES mode, "libpam" subdirectory must be built twice to produce a usable libpam.a without undefined references to multiple _pam_*_modstruct symbols. * Makefile.am: Use default SUBDIRS in STATIC_MODULES mode.
-rw-r--r--Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index ca5f7f6e..3db4e37a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,11 +4,7 @@
AUTOMAKE_OPTIONS = 1.9 gnu dist-bzip2 check-news
-if STATIC_MODULES
-SUBDIRS = modules libpam libpamc libpam_misc tests po conf doc examples xtests
-else
SUBDIRS = libpam tests libpamc libpam_misc modules po conf doc examples xtests
-endif
CLEANFILES = *~