1
0
Fork 0
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:
Lasse Collin 2016-04-10 20:55:49 +03:00
parent ade31a2bfb
commit c83b7a0334

View file

@ -38,7 +38,7 @@ xz_SOURCES = \
../common/tuklib_mbstr_fw.c
if COND_MAIN_DECODER
xz_SOURCES = \
xz_SOURCES += \
list.c \
list.h
endif