This makes it consistent with the other FLAGS in this file and reduced
clutter in the diff when adding new entries.
---
 daemon/Makefile.am | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index 59bc4d4..be1b5a9 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -136,14 +136,14 @@ libvirtd_admin_la_CFLAGS = \
                $(PIE_CFLAGS)           \
                $(WARN_CFLAGS)          \
                $(LIBXML_CFLAGS)        \
-               $(COVERAGE_CFLAGS)
-
+               $(COVERAGE_CFLAGS)      \
+               $(NULL)
 libvirtd_admin_la_LDFLAGS = \
                $(PIE_LDFLAGS)          \
                $(RELRO_LDFLAGS)        \
                $(COVERAGE_LDFLAGS)     \
-               $(NO_INDIRECT_LDFLAGS)
-
+               $(NO_INDIRECT_LDFLAGS)  \
+               $(NULL)
 libvirtd_admin_la_LIBADD =     \
                ../src/libvirt-admin.la
 
-- 
2.1.4

--
libvir-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to