Last change
on this file since 108913 was 108913, checked in by vboxsync, 4 weeks ago |
libs/liblzma: Liblzma ose fix. jiraref:VBP-1635
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
355 bytes
|
Line | |
---|
1 | ## SPDX-License-Identifier: 0BSD
|
---|
2 | ## Author: Lasse Collin
|
---|
3 |
|
---|
4 | liblzma_la_SOURCES += \
|
---|
5 | delta/delta_common.c \
|
---|
6 | delta/delta_common.h \
|
---|
7 | delta/delta_private.h
|
---|
8 |
|
---|
9 | if COND_ENCODER_DELTA
|
---|
10 | liblzma_la_SOURCES += \
|
---|
11 | delta/delta_encoder.c \
|
---|
12 | delta/delta_encoder.h
|
---|
13 | endif
|
---|
14 |
|
---|
15 | if COND_DECODER_DELTA
|
---|
16 | liblzma_la_SOURCES += \
|
---|
17 | delta/delta_decoder.c \
|
---|
18 | delta/delta_decoder.h
|
---|
19 | endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.