]> xenbits.xensource.com Git - libvirt.git/commit
test/Makefile.am: drop WARN_CFLAGS from LDFLAGS
authorJán Tomko <jtomko@redhat.com>
Wed, 29 Jun 2016 13:16:18 +0000 (15:16 +0200)
committerJán Tomko <jtomko@redhat.com>
Wed, 19 Jul 2017 08:27:07 +0000 (10:27 +0200)
commit255cd95aab367ab3676fec54af2950af2535a30f
tree1625b02f3a9db69e6873c76db30f86adf70ce1a0
parent057c2fba1c7383b6784e10770484b074bdbb12c0
test/Makefile.am: drop WARN_CFLAGS from LDFLAGS

Introduced by commit 0832c58, with the intention to link with
the stack protector library.

Another instance introduced by commit 4cbc15d which separated
commandhelper_LDADD from LDADDS.

Not needed because per commit 71b54636, automake should pass
all the CFLAGS to the linker.
tests/Makefile.am