[libvirt] [PATCH 1/2] daemon: Use $(NULL) for libvird_admin's flags

Guido Günther agx at sigxcpu.org
Wed Aug 19 12:39:31 UTC 2015


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




More information about the libvir-list mailing list