aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/lz/Makefile.inc
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2009-10-02 11:03:26 +0300
committerLasse Collin <lasse.collin@tukaani.org>2009-10-02 11:03:26 +0300
commitc5f68b5cc79085a87f950fea53843e27f328068e (patch)
tree3de2840a1ac485bdb6b440a4f6236659f7962d8b /src/liblzma/lz/Makefile.inc
parentadd lzmainfo to gitignore (diff)
downloadxz-c5f68b5cc79085a87f950fea53843e27f328068e.tar.xz
Make liblzma produce the same output on both endiannesses.
Seems that it is a problem in some cases if the same version of XZ Utils produces different output on different endiannesses, so this commit fixes that problem. The output will still vary between different XZ Utils versions, but I cannot avoid that for now. This commit bloatens the code on big endian systems by 1 KiB, which should be OK since liblzma is bloated already. ;-)
Diffstat (limited to 'src/liblzma/lz/Makefile.inc')
-rw-r--r--src/liblzma/lz/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/liblzma/lz/Makefile.inc b/src/liblzma/lz/Makefile.inc
index 470d59c0..75742a84 100644
--- a/src/liblzma/lz/Makefile.inc
+++ b/src/liblzma/lz/Makefile.inc
@@ -10,6 +10,7 @@ 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