Fixed a typo in tests/Makefile.am which prevented

building the tests if gnulib was needed.
This commit is contained in:
Lasse Collin 2007-12-11 14:09:35 +02:00
parent 7c1ad41eb6
commit ce8b036a6c
1 changed files with 1 additions and 1 deletions

View File

@ -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 = \