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
ade31a2bfb
commit
c83b7a0334
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ xz_SOURCES = \
|
||||||
../common/tuklib_mbstr_fw.c
|
../common/tuklib_mbstr_fw.c
|
||||||
|
|
||||||
if COND_MAIN_DECODER
|
if COND_MAIN_DECODER
|
||||||
xz_SOURCES = \
|
xz_SOURCES += \
|
||||||
list.c \
|
list.c \
|
||||||
list.h
|
list.h
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue