mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Preserve existing AM_CPPFLAGS and AM_LDFLAGS values.
This commit is contained in:
@ -13,7 +13,7 @@ dist-hook:
|
||||
grep "^#found_debug=" configure
|
||||
|
||||
# Preprocessor flags.
|
||||
AM_CPPFLAGS = @XOPEN_DEFINES@ -DTMUX_CONF="\"$(sysconfdir)/tmux.conf\""
|
||||
AM_CPPFLAGS += @XOPEN_DEFINES@ -DTMUX_CONF="\"$(sysconfdir)/tmux.conf\""
|
||||
|
||||
# glibc as usual does things ass-backwards and hides useful things by default,
|
||||
# so everyone has to add this.
|
||||
|
Reference in New Issue
Block a user