summaryrefslogtreecommitdiffstats
path: root/liblzma/lz/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'liblzma/lz/Makefile.inc')
-rw-r--r--liblzma/lz/Makefile.inc22
1 files changed, 0 insertions, 22 deletions
diff --git a/liblzma/lz/Makefile.inc b/liblzma/lz/Makefile.inc
deleted file mode 100644
index 75742a8..0000000
--- a/liblzma/lz/Makefile.inc
+++ /dev/null
@@ -1,22 +0,0 @@
-##
-## Author: Lasse Collin
-##
-## This file has been put into the public domain.
-## You can do whatever you want with this file.
-##
-
-if COND_ENCODER_LZ
-liblzma_la_SOURCES += \
- lz/lz_encoder.c \
- lz/lz_encoder.h \
- lz/lz_encoder_hash.h \
- lz/lz_encoder_hash_table.h \
- lz/lz_encoder_mf.c
-endif
-
-
-if COND_DECODER_LZ
-liblzma_la_SOURCES += \
- lz/lz_decoder.c \
- lz/lz_decoder.h
-endif