Fixed a typo in tests/Makefile.am which prevented
building the tests if gnulib was needed.
This commit is contained in:
parent
7c1ad41eb6
commit
ce8b036a6c
|
@ -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 = \
|
||||
|
|
Loading…
Reference in New Issue