mirror of https://git.tukaani.org/xz.git
Build: Removes redundant check for LZMA1 filter support.
This commit is contained in:
parent
54a2fd8c85
commit
c99d697df8
|
@ -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 New Issue