diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2017-03-30 20:03:05 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2017-03-30 20:03:05 +0300 |
commit | 310d19816d1652b0c8bb1b82574d46345d924752 (patch) | |
tree | 85c9e5273406e4bd4444c5e96dd990209a730a36 /src/liblzma/common/Makefile.inc | |
parent | liblzma: Add generic support for input seeking (LZMA_SEEK). (diff) | |
download | xz-310d19816d1652b0c8bb1b82574d46345d924752.tar.xz |
liblzma: Make lzma_index_decoder_init() visible to other liblzma funcs.
This is to allow other functions to use it without going
via the public API (lzma_index_decoder()).
Diffstat (limited to 'src/liblzma/common/Makefile.inc')
-rw-r--r-- | src/liblzma/common/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/liblzma/common/Makefile.inc b/src/liblzma/common/Makefile.inc index 6ca6addd..67c8e48c 100644 --- a/src/liblzma/common/Makefile.inc +++ b/src/liblzma/common/Makefile.inc @@ -70,6 +70,7 @@ liblzma_la_SOURCES += \ common/filter_decoder.h \ common/filter_flags_decoder.c \ common/index_decoder.c \ + common/index_decoder.h \ common/index_hash.c \ common/stream_buffer_decoder.c \ common/stream_decoder.c \ |