diff options
Diffstat (limited to 'modules/pam_debug')
-rw-r--r-- | modules/pam_debug/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/pam_debug/Makefile.am b/modules/pam_debug/Makefile.am index 5b3bffcb..62e4a360 100644 --- a/modules/pam_debug/Makefile.am +++ b/modules/pam_debug/Makefile.am @@ -28,7 +28,8 @@ if HAVE_VERSIONING endif securelib_LTLIBRARIES = pam_debug.la -pam_debug_la_LIBADD = $(top_builddir)/libpam/libpam.la +pam_debug_la_LIBADD = $(top_builddir)/libpam_internal/libpam_internal.la \ + $(top_builddir)/libpam/libpam.la check_PROGRAMS = tst-pam_debug-retval tst_pam_debug_retval_LDADD = $(top_builddir)/libpam/libpam.la |