diff options
Diffstat (limited to 'modules/pam_lastlog/Makefile.am')
-rw-r--r-- | modules/pam_lastlog/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/pam_lastlog/Makefile.am b/modules/pam_lastlog/Makefile.am index 1d25d480..893ef1f3 100644 --- a/modules/pam_lastlog/Makefile.am +++ b/modules/pam_lastlog/Makefile.am @@ -28,7 +28,8 @@ if HAVE_VERSIONING endif securelib_LTLIBRARIES = pam_lastlog.la -pam_lastlog_la_LIBADD = $(top_builddir)/libpam/libpam.la -lutil +pam_lastlog_la_LIBADD = $(top_builddir)/libpam_internal/libpam_internal.la \ + $(top_builddir)/libpam/libpam.la -lutil if ENABLE_REGENERATE_MAN dist_noinst_DATA = README |