VirtualBox

source: vbox/trunk/src/libs/liblzma-5.4.1/delta/Makefile.inc@ 107044

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
8liblzma_la_SOURCES += \
9 delta/delta_common.c \
10 delta/delta_common.h \
11 delta/delta_private.h
12
13if COND_ENCODER_DELTA
14liblzma_la_SOURCES += \
15 delta/delta_encoder.c \
16 delta/delta_encoder.h
17endif
18
19if COND_DECODER_DELTA
20liblzma_la_SOURCES += \
21 delta/delta_decoder.c \
22 delta/delta_decoder.h
23endif
Note: See TracBrowser for help on using the repository browser.

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