Removed src/liblzma/common/sysdefs.h symlink, which was
authorLasse Collin <lasse.collin@tukaani.org>
Fri, 25 Apr 2008 10:58:56 +0000 (13:58 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Fri, 25 Apr 2008 10:58:56 +0000 (13:58 +0300)
annoying, because "make dist" put two copies of sysdefs.h
into the tarball instead of the symlink.

src/liblzma/check/crc32_table.c
src/liblzma/check/crc64_table.c
src/liblzma/common/Makefile.am
src/liblzma/common/common.h
src/liblzma/common/sysdefs.h [deleted symlink]

index f1cc0da..4fcebc2 100644 (file)
@@ -11,7 +11,7 @@
 //
 ///////////////////////////////////////////////////////////////////////////////
 
-#include "sysdefs.h"
+#include "common.h"
 
 #ifdef WORDS_BIGENDIAN
 #      include "crc32_table_be.h"
index 2f22731..983ed31 100644 (file)
@@ -11,7 +11,7 @@
 //
 ///////////////////////////////////////////////////////////////////////////////
 
-#include "sysdefs.h"
+#include "common.h"
 
 #ifdef WORDS_BIGENDIAN
 #      include "crc64_table_be.h"
index dad80ec..c650a34 100644 (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 \
index ca9c2f2..5dd7a87 100644 (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
diff --git a/src/liblzma/common/sysdefs.h b/src/liblzma/common/sysdefs.h
deleted file mode 120000 (symlink)
index c6cb676..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../../common/sysdefs.h
\ No newline at end of file