aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-03-05 23:03:45 +0100
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-03-05 23:03:45 +0100
commit1ffd18eae7b58b82f569f28ec1b8bc0793344af6 (patch)
treea9f6a89b8db9e55778a1e430971ed36939c8e5ae /Makefile
parentUse pam_nologin in account chain when supported. (diff)
downloadpambase-1ffd18eae7b58b82f569f28ec1b8bc0793344af6.tar.gz
pambase-1ffd18eae7b58b82f569f28ec1b8bc0793344af6.tar.bz2
pambase-1ffd18eae7b58b82f569f28ec1b8bc0793344af6.zip
Add optional support for pam_passwdqc.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 671f64f..2d5e197 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,10 @@ ifeq "$(CRACKLIB)" "yes"
PAMFLAGS += -DHAVE_CRACKLIB=1
endif
+ifeq "$(PASSWDQC)" "yes"
+PAMFLAGS += -DHAVE_PASSWDQC
+endif
+
ifeq "$(CONSOLEKIT)" "yes"
PAMFLAGS += -DHAVE_CONSOLEKIT
endif