diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2009-01-26 14:34:10 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2009-01-26 14:34:10 +0200 |
commit | 667481f1aad34e1ed15738e7913a9c7e256b4cf5 (patch) | |
tree | dc5b1b272885a07b6b0a6c7c94561c3924e3d811 /src/liblzma/common/Makefile.am | |
parent | Add more sanity checks to lzma_stream_buffer_decode(). (diff) | |
download | xz-667481f1aad34e1ed15738e7913a9c7e256b4cf5.tar.xz |
Add lzma_block_buffer_decode().
Diffstat (limited to 'src/liblzma/common/Makefile.am')
-rw-r--r-- | src/liblzma/common/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/liblzma/common/Makefile.am b/src/liblzma/common/Makefile.am index e8ff480f..1496b2d0 100644 --- a/src/liblzma/common/Makefile.am +++ b/src/liblzma/common/Makefile.am @@ -61,6 +61,7 @@ libcommon_la_SOURCES += \ alone_decoder.c \ alone_decoder.h \ auto_decoder.c \ + block_buffer_decoder.c \ block_decoder.c \ block_decoder.h \ block_header_decoder.c \ |