summaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMatt Hunter <m@lfurio.us>2026-01-17 17:40:44 -0500
committerMatt Hunter <m@lfurio.us>2026-01-17 17:55:12 -0500
commitb4708e0dbdf30b7fb41e457540bd98aaeb0e3aac (patch)
tree5074069b30e88e24c9033e4a789ac46bc7e76076 /config.mk
parent2cfb65439abde79140e729010391f84415de9182 (diff)
downloadslock-b4708e0dbdf30b7fb41e457540bd98aaeb0e3aac.tar.gz
slock-b4708e0dbdf30b7fb41e457540bd98aaeb0e3aac.zip
patch: pam authdebian
Replaces shadow support with PAM authentication support. Change variable pam_service in config.def.h to the corresponding PAM service. The default configuration is for ArchLinux's login service.
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index dcd27d0..69f6e09 100644
--- a/config.mk
+++ b/config.mk
@@ -12,7 +12,7 @@ X11LIB = /usr/X11R6/lib
# includes and libs
INCS = -I. -I/usr/include -I${X11INC}
-LIBS = -L/usr/lib -lc -lcrypt -L${X11LIB} -lX11 -lXext -lXrandr
+LIBS = -L/usr/lib -lc -lcrypt -L${X11LIB} -lX11 -lXext -lXrandr -lpam
# flags
CPPFLAGS = -DVERSION=\"${VERSION}\" -D_DEFAULT_SOURCE -DHAVE_SHADOW_H