diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2013-09-17 11:57:51 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2013-09-17 11:57:51 +0300 |
commit | fef0c6b410c08e581c9178700a4e7599f0895ff9 (patch) | |
tree | 6dccdf927f98351274ae7f46ad35d7fac5ae8b1b | |
parent | xz: Add a missing test for TUKLIB_DOSLIKE. (diff) | |
download | xz-fef0c6b410c08e581c9178700a4e7599f0895ff9.tar.xz |
liblzma: Add block_buffer_encoder.h into Makefile.inc.
This should have been in b465da5988dd59ad98fda10c2e4ea13d0b9c73bc.
-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 dd5a8c88..76432767 100644 --- a/src/liblzma/common/Makefile.inc +++ b/src/liblzma/common/Makefile.inc @@ -24,6 +24,7 @@ if COND_MAIN_ENCODER liblzma_la_SOURCES += \ common/alone_encoder.c \ common/block_buffer_encoder.c \ + common/block_buffer_encoder.h \ common/block_encoder.c \ common/block_encoder.h \ common/block_header_encoder.c \ |