mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue