diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2009-01-23 22:27:50 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2009-01-23 22:27:50 +0200 |
commit | c81f13ff29271de7293f8af3d81848b1dcae3d19 (patch) | |
tree | f656370ff2afc2a7e7980f95bef1b9601f72185a /src/liblzma/common/Makefile.am | |
parent | Fix a comment. (diff) | |
download | xz-c81f13ff29271de7293f8af3d81848b1dcae3d19.tar.xz |
Added lzma_stream_buffer_decode() and made minor cleanups.
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 1fa845a4..e8ff480f 100644 --- a/src/liblzma/common/Makefile.am +++ b/src/liblzma/common/Makefile.am @@ -69,6 +69,7 @@ libcommon_la_SOURCES += \ filter_flags_decoder.c \ index_decoder.c \ index_hash.c \ + stream_buffer_decoder.c \ stream_decoder.c \ stream_decoder.h \ stream_flags_decoder.c \ |