examples: Remove $(WARN_CFLAGS) from $(LDADD)

$(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>
This commit is contained in:
Andrea Bolognani 2019-05-21 14:19:07 +02:00
parent 40c230fa2a
commit 40d4aaf928

View File

@ -35,7 +35,6 @@ AM_CPPFLAGS = \
LDADD = \
$(STATIC_BINARIES) \
$(WARN_CFLAGS) \
$(top_builddir)/src/libvirt.la \
$(top_builddir)/src/libvirt-admin.la \
$(NULL)