Sha256: 1b0bdbef291dab04b95250d16814351ce5bf2cdf768e7d50ec86397fc9a0a8a0

Contents?: true

Size: 429 Bytes

Versions: 1

Compression:

Stored size: 429 Bytes

Contents

##
## Author: Lasse Collin
##
## This file has been put into the public domain.
## You can do whatever you want with this file.
##

liblzma_la_SOURCES += \
	delta/delta_common.c \
	delta/delta_common.h \
	delta/delta_private.h

if COND_ENCODER_DELTA
liblzma_la_SOURCES += \
	delta/delta_encoder.c \
	delta/delta_encoder.h
endif

if COND_DECODER_DELTA
liblzma_la_SOURCES += \
	delta/delta_decoder.c \
	delta/delta_decoder.h
endif

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
laag-xz-5.2.4.0 vendor/git.tukaani.org/xz/src/liblzma/delta/Makefile.inc