aboutsummaryrefslogtreecommitdiff
path: root/modules/pam_limits
diff options
context:
space:
mode:
authorTobias Stoeckmann <tobias@stoeckmann.org>2024-01-22 21:17:35 +0100
committerTobias Stoeckmann <tobias@stoeckmann.org>2024-01-24 18:19:29 +0100
commit54a0aee65b3d8129a55ece62ab8540f1cac3e929 (patch)
tree63e926ebaed3cb371d0cfdc6c9f742e54a05f7bf /modules/pam_limits
parent8f9d8239344354c5c80d85a326b1a6c6661ea9b6 (diff)
downloadpam-54a0aee65b3d8129a55ece62ab8540f1cac3e929.tar.gz
pam-54a0aee65b3d8129a55ece62ab8540f1cac3e929.tar.bz2
pam-54a0aee65b3d8129a55ece62ab8540f1cac3e929.zip
libpam_internal: supply debug functionality
Move function bodies from headers into dedicated object files stored in libpam_internal. This library won't be installed. Keep the debug function body in header, even though disabled when building Linux-PAM, to stay API compatible with previous versions. Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
Diffstat (limited to 'modules/pam_limits')
-rw-r--r--modules/pam_limits/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/pam_limits/Makefile.am b/modules/pam_limits/Makefile.am
index c60ddd06..ab3cf33e 100644
--- a/modules/pam_limits/Makefile.am
+++ b/modules/pam_limits/Makefile.am
@@ -31,7 +31,8 @@ if HAVE_VERSIONING
endif
securelib_LTLIBRARIES = pam_limits.la
-pam_limits_la_LIBADD = $(top_builddir)/libpam/libpam.la
+pam_limits_la_LIBADD = $(top_builddir)/libpam_internal/libpam_internal.la \
+ $(top_builddir)/libpam/libpam.la
dist_secureconf_DATA = limits.conf