From 363183a68f7e9be462c482ed076caaf73c10a5df Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Sat, 15 Nov 2014 22:13:45 -0500 Subject: [PATCH] tests: Fix compilation The e5120a6 backport used an undefined make variable. Not sure why I didn't hit it at first... --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 0e3ccdd066..defc47496a 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -625,7 +625,7 @@ commandhelper_LDADD = \ $(NO_INDIRECT_LDFLAGS) \ $(PROBES_O) \ ../src/libvirt_util.la \ - $(GNULIB_LIBS) + ../gnulib/lib/libgnu.la commandhelper_LDFLAGS = -static -- 2.47.3