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:
parent
54a2fd8c85
commit
c99d697df8
1 changed files with 1 additions and 4 deletions
|
@ -7,12 +7,9 @@
|
||||||
|
|
||||||
EXTRA_DIST += lzma/fastpos_tablegen.c
|
EXTRA_DIST += lzma/fastpos_tablegen.c
|
||||||
|
|
||||||
liblzma_la_SOURCES += lzma/lzma_common.h
|
|
||||||
|
|
||||||
if COND_FILTER_LZMA1
|
|
||||||
liblzma_la_SOURCES += \
|
liblzma_la_SOURCES += \
|
||||||
|
lzma/lzma_common.h \
|
||||||
lzma/lzma_encoder_presets.c
|
lzma/lzma_encoder_presets.c
|
||||||
endif
|
|
||||||
|
|
||||||
if COND_ENCODER_LZMA1
|
if COND_ENCODER_LZMA1
|
||||||
liblzma_la_SOURCES += \
|
liblzma_la_SOURCES += \
|
||||||
|
|
Loading…
Reference in a new issue