examples: Remove $(WARN_CFLAGS) from $(LDADD)
commit40d4aaf928569762b5e4ec132f3f21053e486ed1
authorAndrea Bolognani <abologna@redhat.com>
Tue, 21 May 2019 12:19:07 +0000 (21 14:19 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 3 Jun 2019 15:27:15 +0000 (3 17:27 +0200)
tree550fd54967a86ace67619afcd8d6f17af57bef45
parent40c230fa2afa9e33747c394f4d0ed0db02168bbc
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>
examples/Makefile.am