annoying, because "make dist" put two copies of sysdefs.h
into the tarball instead of the symlink.
//
///////////////////////////////////////////////////////////////////////////////
-#include "sysdefs.h"
+#include "common.h"
#ifdef WORDS_BIGENDIAN
# include "crc32_table_be.h"
//
///////////////////////////////////////////////////////////////////////////////
-#include "sysdefs.h"
+#include "common.h"
#ifdef WORDS_BIGENDIAN
# include "crc64_table_be.h"
-I@top_srcdir@/src/liblzma/rangecoder
libcommon_la_SOURCES = \
common.h \
- sysdefs.h \
bsr.h \
allocator.c \
block_private.h \
#ifndef LZMA_COMMON_H
#define LZMA_COMMON_H
-#include "sysdefs.h"
+#include "../../common/sysdefs.h"
// Don't use ifdef...
#if HAVE_VISIBILITY
+++ /dev/null
-../../common/sysdefs.h
\ No newline at end of file