summaryrefslogtreecommitdiff
path: root/Build/source/extra/xz-4.999.9beta/src/liblzma/lz/Makefile.inc
blob: 470d59c09d36b03673e1c1ac89b7ea452bf80f8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
##
## Author: Lasse Collin
##
## This file has been put into the public domain.
## You can do whatever you want with this file.
##

if COND_ENCODER_LZ
liblzma_la_SOURCES += \
	lz/lz_encoder.c \
	lz/lz_encoder.h \
	lz/lz_encoder_hash.h \
	lz/lz_encoder_mf.c
endif


if COND_DECODER_LZ
liblzma_la_SOURCES += \
	lz/lz_decoder.c \
	lz/lz_decoder.h
endif