]> xenbits.xensource.com Git - libvirt.git/commitdiff
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)
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

index efc1a310df2b34656cab8024c19f3df98ef37cfc..5be81d2213ae6eca2732a8500fa057f3e746afbc 100644 (file)
@@ -76,7 +76,6 @@ GNULIB_LIBS = \
        ../gnulib/lib/libgnu.la
 
 LDADDS = \
-       $(WARN_CFLAGS) \
        $(NO_INDIRECT_LDFLAGS) \
        $(PROBES_O) \
        $(GNULIB_LIBS) \
@@ -934,7 +933,6 @@ commandtest_LDADD = $(LDADDS)
 commandhelper_SOURCES = \
        commandhelper.c
 commandhelper_LDADD = \
-       $(WARN_CFLAGS) \
        $(NO_INDIRECT_LDFLAGS) \
        $(PROBES_O) \
        ../src/libvirt_util.la \