From 54a0aee65b3d8129a55ece62ab8540f1cac3e929 Mon Sep 17 00:00:00 2001 From: Tobias Stoeckmann Date: Mon, 22 Jan 2024 21:17:35 +0100 Subject: 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 --- modules/pam_time/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/pam_time') diff --git a/modules/pam_time/Makefile.am b/modules/pam_time/Makefile.am index 9a97ca47..20b73f07 100644 --- a/modules/pam_time/Makefile.am +++ b/modules/pam_time/Makefile.am @@ -26,7 +26,8 @@ AM_LDFLAGS = -no-undefined -avoid-version -module if HAVE_VERSIONING AM_LDFLAGS += -Wl,--version-script=$(srcdir)/../modules.map endif -pam_time_la_LIBADD = $(top_builddir)/libpam/libpam.la +pam_time_la_LIBADD = $(top_builddir)/libpam_internal/libpam_internal.la \ + $(top_builddir)/libpam/libpam.la securelib_LTLIBRARIES = pam_time.la dist_secureconf_DATA = time.conf -- cgit v1.2.3