aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2007-12-11 14:09:35 +0200
committerLasse Collin <lasse.collin@tukaani.org>2007-12-11 14:09:35 +0200
commitce8b036a6c7a43b290356b673d953f6d76b2be64 (patch)
tree1be1fb307f508023cb4c083526cd3eed16a29df2
parentFixed wrong type of flags_size in Subblock encoder. (diff)
downloadxz-ce8b036a6c7a43b290356b673d953f6d76b2be64.tar.xz
Fixed a typo in tests/Makefile.am which prevented
building the tests if gnulib was needed.
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 30392390..14d8436d 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -22,7 +22,7 @@ AM_CPPFLAGS = \
LDADD = @top_builddir@/src/liblzma/liblzma.la
if COND_GNULIB
-LDADD += @top_builddir/lib/libgnu.a
+LDADD += @top_builddir@/lib/libgnu.a
endif
check_PROGRAMS = \