From 5eb34251ad97496b96714ef858524b3fc014e4ae Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Fri, 23 Mar 2018 08:16:09 +0100 Subject: [PATCH] tests: Makefile: Sanitize entry for qemublocktest Remove gnulib from _LDADD and move LDADDS to replace it. Also reformat the _SOURCES so that they can be easily extended. Signed-off-by: Peter Krempa Reviewed-by: John Ferlan --- tests/Makefile.am | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 05db6b1192..072b75b1e2 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -655,12 +655,14 @@ qemuhotplugtest_SOURCES = \ qemuhotplugtest_LDADD = libqemumonitortestutils.la $(qemu_LDADDS) $(LDADDS) qemublocktest_SOURCES = \ - qemublocktest.c testutils.h testutils.c -qemublocktest_LDADD = $(LDADDS) \ + qemublocktest.c \ + testutils.h testutils.c \ + $(NULL) +qemublocktest_LDADD = \ ../src/libvirt_conf.la \ ../src/libvirt_util.la \ $(qemu_LDADDS) \ - ../gnulib/lib/libgnu.la \ + $(LDADDS) \ $(NULL) domainsnapshotxml2xmltest_SOURCES = \