Tests: Fix memory leaks in test_block_header.
[xz/debian.git] / src / liblzma / rangecoder / Makefile.inc
blobd8a597a26075ea0c9f9243834865c1c71a6db59d
1 ##
2 ## Author: Lasse Collin
3 ##
4 ## This file has been put into the public domain.
5 ## You can do whatever you want with this file.
6 ##
8 EXTRA_DIST += rangecoder/price_tablegen.c
10 liblzma_la_SOURCES += rangecoder/range_common.h
12 if COND_ENCODER_LZMA1
13 liblzma_la_SOURCES += \
14         rangecoder/range_encoder.h \
15         rangecoder/price.h \
16         rangecoder/price_table.c
17 endif
19 if COND_DECODER_LZMA1
20 liblzma_la_SOURCES += rangecoder/range_decoder.h
21 endif