From: Thomas Weißschuh Date: Mon, 1 Apr 2024 20:53:32 +0000 (+0200) Subject: pam_lastlog2: link against liblastlog X-Git-Tag: v2.42-start~460 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2722b40012740372daf3585b7c071fcbede13359;p=thirdparty%2Futil-linux.git pam_lastlog2: link against liblastlog While at it also drop the duplicated include path. Fixes #2897 Signed-off-by: Thomas Weißschuh --- diff --git a/pam_lastlog2/src/Makemodule.am b/pam_lastlog2/src/Makemodule.am index 988441676f..f9a9b6b41f 100644 --- a/pam_lastlog2/src/Makemodule.am +++ b/pam_lastlog2/src/Makemodule.am @@ -10,8 +10,9 @@ EXTRA_pam_lastlog2_la_DEPENDENCIES = \ pam_lastlog2_la_CFLAGS = \ $(AM_CFLAGS) \ $(SOLIB_CFLAGS) \ - -I$(ul_liblastlog2_incdir) \ - -Iliblastlog2/src + -I$(ul_liblastlog2_incdir) + +pam_lastlog2_la_LIBADD = liblastlog2.la pam_lastlog2_la_LDFLAGS = $(SOLIB_LDFLAGS) -module -avoid-version -shared if HAVE_VSCRIPT