]> granicus.if.org Git - linux-pam/blobdiff - modules/pam_lastlog/Makefile
Relevant BUGIDs: 521314
[linux-pam] / modules / pam_lastlog / Makefile
index 31035a99a754a873d0ad2b4c5788cb2eabe4cbfa..333ecd93e878fca5fedf6910e921cbccab4d0111 100644 (file)
 
 include ../../Make.Rules
 
+ifeq ($(HAVE_LIBUTIL),yes)
+ MODULE_SIMPLE_EXTRALIBS += -lutil
+endif
+
 TITLE=pam_lastlog
 
 include ../Simple.Rules