aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>2009-06-20 22:43:19 +0200
committerDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>2009-06-20 22:43:19 +0200
commitd1abebf20cfc88fb32a371fb60060cecbcd79d44 (patch)
tree5144ca60eba12e13d0c9f9a016981c01165b4aa2
parentImprove handling of the tally module. (diff)
downloadpambase-d1abebf20cfc88fb32a371fb60060cecbcd79d44.tar.gz
pambase-d1abebf20cfc88fb32a371fb60060cecbcd79d44.tar.bz2
pambase-d1abebf20cfc88fb32a371fb60060cecbcd79d44.zip
Pass the Linux-PAM version down the stack.pambase-20090620
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fc230b3..6a80ec5 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ ifeq "$(IMPLEMENTATION)" ""
IMPLEMENTATION=linux-pam
endif
-PAMFLAGS = -include $(IMPLEMENTATION)-conf -include basic-conf
+PAMFLAGS = -include $(IMPLEMENTATION)-conf -include basic-conf -DLINUX_PAM_VERSION=$(LINUX_PAM_VERSION)
ifeq "$(CRACKLIB)" "yes"
PAMFLAGS += -DHAVE_CRACKLIB=1