On Sat, Sep 20, 2014 at 6:16 AM, Bob Friesenhahn <
bfrie...@simple.dallas.tx.us> wrote:


> A library is not a linker flag so it does not belong in LDFLAGS. Look into
> using a 'LIBADD' type option instead.
>
> Thanks for pointing me in the right direction.
The bad line in my Makefile.am has now been replaced with:

pwordsaver_LDADD=-lmhash

and everything just works.

My searching came up with, use LIBADD when building libraries and LDADD
when building programs.

Bob


--

Reply via email to