Skip to content

Commit

Permalink
Add XDG_CONFIG home to the configuration search paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicm committed Apr 23, 2020
1 parent 351c542 commit f87be8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.am
Expand Up @@ -12,8 +12,8 @@ dist_EXTRA_tmux_SOURCES = compat/*.[ch]

# Preprocessor flags.
AM_CPPFLAGS += @XOPEN_DEFINES@ \
-DTMUX_VERSION="\"@VERSION@\"" \
-DTMUX_CONF="\"$(sysconfdir)/tmux.conf:~/.tmux.conf:~/.config/tmux/tmux.conf\""
-DTMUX_VERSION='"@VERSION@"' \
-DTMUX_CONF='"$(sysconfdir)/tmux.conf:~/.tmux.conf:$$XDG_CONFIG_HOME/tmux/tmux.conf:~/.config/tmux/tmux.conf"'

# Additional object files.
LDADD = $(LIBOBJS)
Expand Down

0 comments on commit f87be8d

Please sign in to comment.