1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00

liblzma: Add block_buffer_encoder.h into Makefile.inc.

This should have been in b465da5988.
This commit is contained in:
Lasse Collin 2013-09-17 11:57:51 +03:00
parent 8083e03291
commit fef0c6b410

View file

@ -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 \