GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / tools / misc / xz / src / liblzma / delta / Makefile.inc
blobc7739b44223aceb56d50b4ed3375488056b596be
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 liblzma_la_SOURCES += \
9         delta/delta_common.c \
10         delta/delta_common.h \
11         delta/delta_private.h
13 if COND_ENCODER_DELTA
14 liblzma_la_SOURCES += \
15         delta/delta_encoder.c \
16         delta/delta_encoder.h
17 endif
19 if COND_DECODER_DELTA
20 liblzma_la_SOURCES += \
21         delta/delta_decoder.c \
22         delta/delta_decoder.h
23 endif