Re: appending LDADD to prog_LDADD

2014-03-27 Thread Diego Elio Pettenò
That is indeed the correct way to handle it. Given I know Stefano is unlikely to have time any time soon, I think patches will be welcome but may linger for a while :) Diego Elio Pettenò — Flameeyes flamee...@flameeyes.eu — http://blog.flameeyes.eu/ On 26 March 2014 08:15, Daniel Pocock wrote:

appending LDADD to prog_LDADD

2014-03-26 Thread Daniel Pocock
I understand from the docs that specifying prog_LDADD will override LDADD (and the same for prog_CPPFLAGS, ...) http://www.gnu.org/software/automake/manual/html_node/Linking.html If it is desired to merge prog_LDADD and LDADD, is there any recommended or preferred solution? I've tried