diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2007-12-11 14:09:35 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2007-12-11 14:09:35 +0200 |
commit | ce8b036a6c7a43b290356b673d953f6d76b2be64 (patch) | |
tree | 1be1fb307f508023cb4c083526cd3eed16a29df2 | |
parent | Fixed wrong type of flags_size in Subblock encoder. (diff) | |
download | xz-ce8b036a6c7a43b290356b673d953f6d76b2be64.tar.xz |
Fixed a typo in tests/Makefile.am which prevented
building the tests if gnulib was needed.
Diffstat (limited to '')
-rw-r--r-- | tests/Makefile.am | 2 |
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 = \ |