aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/lz
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2009-06-26 14:47:31 +0300
committerLasse Collin <lasse.collin@tukaani.org>2009-06-26 14:47:31 +0300
commit1c9360b7d1197457aaad2f8888b99f1149861579 (patch)
tree9b5cec00c4dd3c08d2b9c12134d3c3293af4eb9b /src/liblzma/lz
parentAllow to explicitly specify autotool versions in autogen.sh. (diff)
downloadxz-1c9360b7d1197457aaad2f8888b99f1149861579.tar.xz
Fix @variables@ to $(variables) in Makefile.am files.
Fix the ordering of libgnu.a and LTLIBINTL on the linker command line and added missing LTLIBINTL to tests/Makefile.am.
Diffstat (limited to 'src/liblzma/lz')
-rw-r--r--src/liblzma/lz/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/liblzma/lz/Makefile.am b/src/liblzma/lz/Makefile.am
index 558bc943..c3312626 100644
--- a/src/liblzma/lz/Makefile.am
+++ b/src/liblzma/lz/Makefile.am
@@ -7,9 +7,9 @@
noinst_LTLIBRARIES = liblz.la
liblz_la_CPPFLAGS = \
- -I@top_srcdir@/src/liblzma/api \
- -I@top_srcdir@/src/liblzma/common \
- -I@top_srcdir@/src/liblzma/check
+ -I$(top_srcdir)/src/liblzma/api \
+ -I$(top_srcdir)/src/liblzma/common \
+ -I$(top_srcdir)/src/liblzma/check
liblz_la_SOURCES =