1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00

Build: Removes redundant check for LZMA1 filter support.

This commit is contained in:
Jia Tan 2023-03-22 15:42:04 +08:00
parent 0ba234f692
commit 116e81f002

View file

@ -7,12 +7,9 @@
EXTRA_DIST += lzma/fastpos_tablegen.c
liblzma_la_SOURCES += lzma/lzma_common.h
if COND_FILTER_LZMA1
liblzma_la_SOURCES += \
lzma/lzma_common.h \
lzma/lzma_encoder_presets.c
endif
if COND_ENCODER_LZMA1
liblzma_la_SOURCES += \