From: Cole Robinson Date: Sun, 16 Nov 2014 03:13:45 +0000 (-0500) Subject: tests: Fix compilation X-Git-Tag: v1.1.3.8~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=363183a68f7e9be462c482ed076caaf73c10a5df;p=thirdparty%2Flibvirt.git tests: Fix compilation The e5120a6 backport used an undefined make variable. Not sure why I didn't hit it at first... --- 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