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.
../gnulib/lib/libgnu.la
LDADDS = \
- $(WARN_CFLAGS) \
$(NO_INDIRECT_LDFLAGS) \
$(PROBES_O) \
$(GNULIB_LIBS) \
commandhelper_SOURCES = \
commandhelper.c
commandhelper_LDADD = \
- $(WARN_CFLAGS) \
$(NO_INDIRECT_LDFLAGS) \
$(PROBES_O) \
../src/libvirt_util.la \