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 <pkre...@redhat.com>
---
 tests/Makefile.am | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/tests/Makefile.am b/tests/Makefile.am
index 7b93fbde69..67850349de 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 = \
-- 
2.14.3

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to