]> xenbits.xensource.com Git - libvirt.git/commitdiff
tests: Makefile: Sanitize entry for qemublocktest
authorPeter Krempa <pkrempa@redhat.com>
Fri, 23 Mar 2018 07:16:09 +0000 (08:16 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 7 May 2018 13:40:21 +0000 (15:40 +0200)
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 <pkrempa@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
tests/Makefile.am

index 05db6b1192a452540ad85e3057a53ac044375efc..072b75b1e22e82e7f67900ae3e06cbbcbd33460e 100644 (file)
@@ -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 = \