]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
daemon: Use $(NULL) for libvird_admin's flags
authorGuido Günther <agx@sigxcpu.org>
Wed, 19 Aug 2015 08:27:25 +0000 (10:27 +0200)
committerGuido Günther <agx@sigxcpu.org>
Thu, 20 Aug 2015 08:19:27 +0000 (10:19 +0200)
This makes it consistent with the other FLAGS in this file and reduced
clutter in the diff when adding new entries.

daemon/Makefile.am

index 59bc4d4eddfdca4ba68b679f60f56d7e01fa3701..be1b5a940d7a897cb108123c4ae3a94f7dcd1593 100644 (file)
@@ -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