From 0ff991b25faf6a88edb356e2ea0ba80151eecb79 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 25 Apr 2023 17:23:32 +0100 Subject: Set default lock command to vlock on Linux if present at build time, from Josh Boyer in GitHub issue 3527. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 14d8874b..a6fbfd7a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,6 +14,7 @@ dist_EXTRA_tmux_SOURCES = compat/*.[ch] AM_CPPFLAGS += @XOPEN_DEFINES@ \ -DTMUX_VERSION='"@VERSION@"' \ -DTMUX_CONF='"$(sysconfdir)/tmux.conf:~/.tmux.conf:$$XDG_CONFIG_HOME/tmux/tmux.conf:~/.config/tmux/tmux.conf"' \ + -DTMUX_LOCK_CMD='"@DEFAULT_LOCK_CMD@"' \ -DTMUX_TERM='"@DEFAULT_TERM@"' # Additional object files. -- cgit v1.2.3