]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
examples: Remove $(WARN_CFLAGS) from $(LDADD)
authorAndrea Bolognani <abologna@redhat.com>
Tue, 21 May 2019 12:19:07 +0000 (14:19 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 3 Jun 2019 15:27:15 +0000 (17:27 +0200)
$(WARN_CFLAGS) contains options intended for the compiler,
whereas $(LDADD) is supposed to list additional objects
required during linking, so the former clearly doesn't
belong in the latter.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Acked-by: Michal Privoznik <mprivozn@redhat.com>
examples/Makefile.am

index 8f501498122f9e700db5972c0dfcebfb631ebfe4..4c04bd35be33707657e17c0e5c53e492c1960f12 100644 (file)
@@ -35,7 +35,6 @@ AM_CPPFLAGS = \
 
 LDADD = \
        $(STATIC_BINARIES) \
-       $(WARN_CFLAGS) \
        $(top_builddir)/src/libvirt.la \
        $(top_builddir)/src/libvirt-admin.la \
        $(NULL)