1
0
Fork 0
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:
Lasse Collin 2007-12-11 14:09:35 +02:00
parent 7c1ad41eb6
commit ce8b036a6c

View file

@ -22,7 +22,7 @@ AM_CPPFLAGS = \
LDADD = @top_builddir@/src/liblzma/liblzma.la LDADD = @top_builddir@/src/liblzma/liblzma.la
if COND_GNULIB if COND_GNULIB
LDADD += @top_builddir/lib/libgnu.a LDADD += @top_builddir@/lib/libgnu.a
endif endif
check_PROGRAMS = \ check_PROGRAMS = \