From d1abebf20cfc88fb32a371fb60060cecbcd79d44 Mon Sep 17 00:00:00 2001 From: Diego Elio 'Flameeyes' Pettenò Date: Sat, 20 Jun 2009 22:43:19 +0200 Subject: Pass the Linux-PAM version down the stack. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-65-gdbad