summaryrefslogtreecommitdiff
path: root/modules/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'modules/Makefile.am')
-rw-r--r--modules/Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/modules/Makefile.am b/modules/Makefile.am
index 2743a10aef13..d534b9f6cd96 100644
--- a/modules/Makefile.am
+++ b/modules/Makefile.am
@@ -1,3 +1,7 @@
-# $Id: Makefile.am 320 2006-02-16 20:33:19Z des $
+# $Id: Makefile.am 714 2013-08-19 15:30:21Z des $
-SUBDIRS = pam_unix pam_deny pam_permit
+SUBDIRS = pam_deny pam_permit
+
+if WITH_PAM_UNIX
+SUBDIRS += pam_unix
+endif