mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-10-30 09:53:10 +00:00
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 <pkrempa@redhat.com> Reviewed-by: John Ferlan <jferlan@redhat.com>
This commit is contained in:
parent
21498975d1
commit
5eb34251ad
@ -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 = \
|
||||
|
Loading…
Reference in New Issue
Block a user