Last change
on this file since 107044 was 98730, checked in by vboxsync, 21 months ago |
libs/liblzma-5.4.1: Export to OSE, bugref:10254
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
429 bytes
|
Line | |
---|
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 | ##
|
---|
7 |
|
---|
8 | liblzma_la_SOURCES += \
|
---|
9 | delta/delta_common.c \
|
---|
10 | delta/delta_common.h \
|
---|
11 | delta/delta_private.h
|
---|
12 |
|
---|
13 | if COND_ENCODER_DELTA
|
---|
14 | liblzma_la_SOURCES += \
|
---|
15 | delta/delta_encoder.c \
|
---|
16 | delta/delta_encoder.h
|
---|
17 | endif
|
---|
18 |
|
---|
19 | if COND_DECODER_DELTA
|
---|
20 | liblzma_la_SOURCES += \
|
---|
21 | delta/delta_decoder.c \
|
---|
22 | delta/delta_decoder.h
|
---|
23 | endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.