diff --git a/Makefile.am b/Makefile.am index 4eda7151b..d985e510d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,7 +13,8 @@ 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@"' + -DTMUX_TERM='"@DEFAULT_TERM@"' \ + -DTMUX_MOUSE=1 # Additional object files. LDADD = $(LIBOBJS)