VirtualBox

source: vbox/trunk/src/libs/liblzma-5.6.4/delta/Makefile.inc@ 109020

Last change on this file since 109020 was 108905, checked in by vboxsync, 7 weeks ago

liblzma-5.6.4: Applied and adjusted our liblzma changes to 5.6.4. jiraref:VBP-1613

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 355 bytes
Line 
1## SPDX-License-Identifier: 0BSD
2## Author: Lasse Collin
3
4liblzma_la_SOURCES += \
5 delta/delta_common.c \
6 delta/delta_common.h \
7 delta/delta_private.h
8
9if COND_ENCODER_DELTA
10liblzma_la_SOURCES += \
11 delta/delta_encoder.c \
12 delta/delta_encoder.h
13endif
14
15if COND_DECODER_DELTA
16liblzma_la_SOURCES += \
17 delta/delta_decoder.c \
18 delta/delta_decoder.h
19endif
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette