Preserve existing AM_CPPFLAGS and AM_LDFLAGS values.

This commit is contained in:
Nicholas Marriott
2016-10-17 21:51:21 +01:00
parent f6c49cecc1
commit 7d5fd5fcd0
2 changed files with 2 additions and 2 deletions

View File

@ -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.