]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
Fix the debug directory.
authorLasse Collin <lasse.collin@tukaani.org>
Thu, 27 Aug 2009 14:00:22 +0000 (17:00 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Thu, 27 Aug 2009 14:00:22 +0000 (17:00 +0300)
6a2eb54092fc625d59921a607ff68cd1a90aa898 and
71f18e8a066a01dda0c8e5508b135ef104e43e4c required
some changes that weren't applied in debug.

debug/Makefile.am
debug/full_flush.c
debug/known_sizes.c
debug/memusage.c
debug/sync_flush.c

index a5b7e310629b191d429a8473588d32068cb4d964..23834f4fcac09a0030400253f3b8baeaacc29b78 100644 (file)
@@ -16,9 +16,10 @@ noinst_PROGRAMS = \
 
 AM_CPPFLAGS = \
        -I$(top_srcdir)/src/common \
-       -I$(top_srcdir)/src/liblzma/api
+       -I$(top_srcdir)/src/liblzma/api \
+       $(STATIC_CPPFLAGS)
 
-AM_LDFLAGS = -static
+AM_LDFLAGS = $(STATIC_LDFLAGS)
 
 LDADD = $(top_builddir)/src/liblzma/liblzma.la
 
index fe7a1a75777bc12871ad217d852bdf3652c4daeb..ce0d2e8940ee1112c5cec49cef9cf0a083f87ce6 100644 (file)
@@ -11,6 +11,7 @@
 ///////////////////////////////////////////////////////////////////////////////
 
 #include "sysdefs.h"
+#include "lzma.h"
 #include <stdio.h>
 
 
index b1151bdaf5236bbe801c36e7afb940bba6f2c98b..cdee26dfd8e325abe7a15c43648f258e4ec3f6fb 100644 (file)
@@ -15,6 +15,7 @@
 ///////////////////////////////////////////////////////////////////////////////
 
 #include "sysdefs.h"
+#include "lzma.h"
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <sys/unistd.h>
index 57ce3f1926e4d3bced708a22a288c02bf0323939..93fe0b2ca7908a0cc7c687c25a208084790cb304 100644 (file)
@@ -11,6 +11,7 @@
 ///////////////////////////////////////////////////////////////////////////////
 
 #include "sysdefs.h"
+#include "lzma.h"
 #include <stdio.h>
 
 int
index b5f25bfd26600b03c558813dbab5132e7422348a..1dccbdaacbd21d980a9d97d7ee233d7a40f3efe8 100644 (file)
@@ -11,6 +11,7 @@
 ///////////////////////////////////////////////////////////////////////////////
 
 #include "sysdefs.h"
+#include "lzma.h"
 #include <stdio.h>