On 5/19/19 10:15 PM, Mohammad Akhlaghi wrote:
How can I get the `-L<LIB_PATH>' part of `LTLIB<NAME>' into LDFLAGS?
The problem is fixed now. As suggested in the documentation, I just appended the necessary `LIB<NAME>' entries to `LDADD' and included `LDADD' to the `program_LDADD' (of `Makefile.am').
It now works great and we tested it on a few systems. Thanks a lot, Mohammad