diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2021-09-05 20:38:12 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2021-09-05 20:38:12 +0300 |
commit | d267d109c370a40b502e73f8664b154b15e4f253 (patch) | |
tree | 0159c362319f4c47d309b8ed09db97998ddbf02d /src/liblzma/common/Makefile.inc | |
parent | xzdiff: Update the man page about the exit status. (diff) | |
download | xz-d267d109c370a40b502e73f8664b154b15e4f253.tar.xz |
liblzma: Rename EROFS LZMA to MicroLZMA.
It still exists primarily for EROFS but MicroLZMA is
a more generic name (that hopefully doesn't clash with
something that already exists).
Diffstat (limited to '')
-rw-r--r-- | src/liblzma/common/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/liblzma/common/Makefile.inc b/src/liblzma/common/Makefile.inc index 8205eb7f..1a4fb126 100644 --- a/src/liblzma/common/Makefile.inc +++ b/src/liblzma/common/Makefile.inc @@ -36,7 +36,7 @@ liblzma_la_SOURCES += \ common/easy_buffer_encoder.c \ common/easy_encoder.c \ common/easy_encoder_memusage.c \ - common/erofs_encoder.c \ + common/microlzma_encoder.c \ common/filter_buffer_encoder.c \ common/filter_encoder.c \ common/filter_encoder.h \ @@ -66,7 +66,7 @@ liblzma_la_SOURCES += \ common/block_decoder.h \ common/block_header_decoder.c \ common/easy_decoder_memusage.c \ - common/erofs_decoder.c \ + common/microlzma_decoder.c \ common/file_info.c \ common/filter_buffer_decoder.c \ common/filter_decoder.c \ |