diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2009-08-27 17:00:22 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2009-08-27 17:00:22 +0300 |
commit | 9756fce565e98b8fa5fe6ead296d84e7601ec254 (patch) | |
tree | 0ae5cd64e1cf74b1df6dc1b2fe7a9bbf3a07e4a5 /debug/Makefile.am | |
parent | Add missing files to EXTRA_DIST. (diff) | |
download | xz-9756fce565e98b8fa5fe6ead296d84e7601ec254.tar.xz |
Fix the debug directory.
6a2eb54092fc625d59921a607ff68cd1a90aa898 and
71f18e8a066a01dda0c8e5508b135ef104e43e4c required
some changes that weren't applied in debug.
Diffstat (limited to 'debug/Makefile.am')
-rw-r--r-- | debug/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/debug/Makefile.am b/debug/Makefile.am index a5b7e310..23834f4f 100644 --- a/debug/Makefile.am +++ b/debug/Makefile.am @@ -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 |