From 034086e1ae1459210837a24e04878435c86dc41b Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Sat, 8 Oct 2022 00:29:20 +0300 Subject: liblzma: Add .lz support to lzma_auto_decoder(). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks to Michał Górny for the original patch. --- src/liblzma/common/Makefile.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/liblzma/common/Makefile.inc') diff --git a/src/liblzma/common/Makefile.inc b/src/liblzma/common/Makefile.inc index f821571a..44ab32f3 100644 --- a/src/liblzma/common/Makefile.inc +++ b/src/liblzma/common/Makefile.inc @@ -97,6 +97,7 @@ endif if COND_LZIP_DECODER liblzma_la_SOURCES += \ - common/lzip_decoder.c + common/lzip_decoder.c \ + common/lzip_decoder.h endif endif -- cgit v1.2.3