From d723466df2adaec4bb655094a942a427633aacff Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 14 Jul 2021 11:03:19 +0100 Subject: Pick default-terminal from the first of tmux-256color, tmux, screen-256color, screen that is available on the build system. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 9bb5b89e..dadf13a0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,7 +13,8 @@ dist_EXTRA_tmux_SOURCES = compat/*.[ch] # Preprocessor flags. 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_CONF='"$(sysconfdir)/tmux.conf:~/.tmux.conf:$$XDG_CONFIG_HOME/tmux/tmux.conf:~/.config/tmux/tmux.conf"' \ + -DTMUX_TERM='"@DEFAULT_TERM@"' # Additional object files. LDADD = $(LIBOBJS) -- cgit v1.2.3