From ce8b036a6c7a43b290356b673d953f6d76b2be64 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Tue, 11 Dec 2007 14:09:35 +0200 Subject: [PATCH] Fixed a typo in tests/Makefile.am which prevented building the tests if gnulib was needed. --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = \