summaryrefslogtreecommitdiff
path: root/modules/pam_lastlog/Makefile.am
diff options
context:
space:
mode:
authorTomas Mraz <tm@t8m.info>2005-09-21 10:54:50 +0000
committerTomas Mraz <tm@t8m.info>2005-09-21 10:54:50 +0000
commitefe5feecf980b2a1352d438bfd444eec2024d7ce (patch)
tree970388f0f1bfe428bdb9e0ab0d3a748f96c9dbd7 /modules/pam_lastlog/Makefile.am
parentbe09d6354efcb2571731bdffc47da86f22621ac8 (diff)
Relevant BUGIDs:
Purpose of commit: bugfix, new feature Commit summary: --------------- pam_lastlog: Cleanup, fix broken logic in pam_parse, modify wtmp by default, nowtmp option switches that off (patch by ldv)
Diffstat (limited to 'modules/pam_lastlog/Makefile.am')
-rw-r--r--modules/pam_lastlog/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pam_lastlog/Makefile.am b/modules/pam_lastlog/Makefile.am
index 30b7bf1b..dc2fc631 100644
--- a/modules/pam_lastlog/Makefile.am
+++ b/modules/pam_lastlog/Makefile.am
@@ -9,7 +9,7 @@ secureconfdir = $(SCONFIGDIR)
AM_CFLAGS = -I$(top_srcdir)/libpam/include -I$(top_srcdir)/libpamc/include
AM_LDFLAGS = -no-undefined -avoid-version -module \
- -L$(top_builddir)/libpam -lpam
+ -L$(top_builddir)/libpam -lpam -lutil
if HAVE_VERSIONING
AM_LDFLAGS += -Wl,--version-script=../modules.map
endif