mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Removed src/liblzma/common/sysdefs.h symlink, which was
annoying, because "make dist" put two copies of sysdefs.h into the tarball instead of the symlink.
This commit is contained in:
parent
d3ba30243c
commit
c324325f9f
5 changed files with 3 additions and 5 deletions
|
@ -11,7 +11,7 @@
|
|||
//
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "sysdefs.h"
|
||||
#include "common.h"
|
||||
|
||||
#ifdef WORDS_BIGENDIAN
|
||||
# include "crc32_table_be.h"
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
//
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "sysdefs.h"
|
||||
#include "common.h"
|
||||
|
||||
#ifdef WORDS_BIGENDIAN
|
||||
# include "crc64_table_be.h"
|
||||
|
|
|
@ -23,7 +23,6 @@ libcommon_la_CPPFLAGS = \
|
|||
-I@top_srcdir@/src/liblzma/rangecoder
|
||||
libcommon_la_SOURCES = \
|
||||
common.h \
|
||||
sysdefs.h \
|
||||
bsr.h \
|
||||
allocator.c \
|
||||
block_private.h \
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#ifndef LZMA_COMMON_H
|
||||
#define LZMA_COMMON_H
|
||||
|
||||
#include "sysdefs.h"
|
||||
#include "../../common/sysdefs.h"
|
||||
|
||||
// Don't use ifdef...
|
||||
#if HAVE_VISIBILITY
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
../../common/sysdefs.h
|
Loading…
Reference in a new issue