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:
Lasse Collin 2008-04-25 13:58:56 +03:00
parent d3ba30243c
commit c324325f9f
5 changed files with 3 additions and 5 deletions

View File

@ -11,7 +11,7 @@
//
///////////////////////////////////////////////////////////////////////////////
#include "sysdefs.h"
#include "common.h"
#ifdef WORDS_BIGENDIAN
# include "crc32_table_be.h"

View File

@ -11,7 +11,7 @@
//
///////////////////////////////////////////////////////////////////////////////
#include "sysdefs.h"
#include "common.h"
#ifdef WORDS_BIGENDIAN
# include "crc64_table_be.h"

View File

@ -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 \

View File

@ -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

View File

@ -1 +0,0 @@
../../common/sysdefs.h