mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Build: Fix = to += for xz_SOURCES in src/xz/Makefile.am.
Thanks to Christian Kujau.
This commit is contained in:
parent
fb6d50c153
commit
be647ff5ed
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ xz_SOURCES = \
|
|||
../common/tuklib_mbstr_fw.c
|
||||
|
||||
if COND_MAIN_DECODER
|
||||
xz_SOURCES = \
|
||||
xz_SOURCES += \
|
||||
list.c \
|
||||
list.h
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue