mirror of https://git.tukaani.org/xz.git
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
|
@ -11,7 +11,7 @@
|
||||||
//
|
//
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#include "sysdefs.h"
|
#include "common.h"
|
||||||
|
|
||||||
#ifdef WORDS_BIGENDIAN
|
#ifdef WORDS_BIGENDIAN
|
||||||
# include "crc32_table_be.h"
|
# include "crc32_table_be.h"
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
//
|
//
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#include "sysdefs.h"
|
#include "common.h"
|
||||||
|
|
||||||
#ifdef WORDS_BIGENDIAN
|
#ifdef WORDS_BIGENDIAN
|
||||||
# include "crc64_table_be.h"
|
# include "crc64_table_be.h"
|
||||||
|
|
|
@ -23,7 +23,6 @@ libcommon_la_CPPFLAGS = \
|
||||||
-I@top_srcdir@/src/liblzma/rangecoder
|
-I@top_srcdir@/src/liblzma/rangecoder
|
||||||
libcommon_la_SOURCES = \
|
libcommon_la_SOURCES = \
|
||||||
common.h \
|
common.h \
|
||||||
sysdefs.h \
|
|
||||||
bsr.h \
|
bsr.h \
|
||||||
allocator.c \
|
allocator.c \
|
||||||
block_private.h \
|
block_private.h \
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
#ifndef LZMA_COMMON_H
|
#ifndef LZMA_COMMON_H
|
||||||
#define LZMA_COMMON_H
|
#define LZMA_COMMON_H
|
||||||
|
|
||||||
#include "sysdefs.h"
|
#include "../../common/sysdefs.h"
|
||||||
|
|
||||||
// Don't use ifdef...
|
// Don't use ifdef...
|
||||||
#if HAVE_VISIBILITY
|
#if HAVE_VISIBILITY
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
../../common/sysdefs.h
|
|
Loading…
Reference in New Issue