aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/common/Makefile.inc
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2017-03-30 20:03:05 +0300
committerLasse Collin <lasse.collin@tukaani.org>2017-03-30 20:03:05 +0300
commit310d19816d1652b0c8bb1b82574d46345d924752 (patch)
tree85c9e5273406e4bd4444c5e96dd990209a730a36 /src/liblzma/common/Makefile.inc
parentliblzma: Add generic support for input seeking (LZMA_SEEK). (diff)
downloadxz-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.inc1
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 \