From: Jia Tan Date: Mon, 25 Sep 2023 16:47:26 +0000 (+0800) Subject: Build: Remove Gnulib dependency from tests. X-Git-Tag: v5.5.1alpha~152 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbb42412da6a02705ba3e668e90840c2683e4e67;p=thirdparty%2Fxz.git Build: Remove Gnulib dependency from tests. The tests do not use any Gnulib replacements so they do not need to link libgnu.a or have /lib in the include path. --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 0523191d..ebc33a7b 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -26,15 +26,10 @@ EXTRA_DIST = \ AM_CPPFLAGS = \ -I$(top_srcdir)/src/common \ -I$(top_srcdir)/src/liblzma/api \ - -I$(top_srcdir)/src/liblzma \ - -I$(top_builddir)/lib + -I$(top_srcdir)/src/liblzma LDADD = $(top_builddir)/src/liblzma/liblzma.la -if COND_GNULIB -LDADD += $(top_builddir)/lib/libgnu.a -endif - LDADD += $(LTLIBINTL) check_PROGRAMS = \