summaryrefslogtreecommitdiff
path: root/modules/pam_lastlog/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'modules/pam_lastlog/Makefile')
-rw-r--r--modules/pam_lastlog/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/pam_lastlog/Makefile b/modules/pam_lastlog/Makefile
index 31035a99..333ecd93 100644
--- a/modules/pam_lastlog/Makefile
+++ b/modules/pam_lastlog/Makefile
@@ -10,6 +10,10 @@
include ../../Make.Rules
+ifeq ($(HAVE_LIBUTIL),yes)
+ MODULE_SIMPLE_EXTRALIBS += -lutil
+endif
+
TITLE=pam_lastlog
include ../Simple.Rules