Jonny Lamb schrieb:

> I am, unfortunately, not an autotools genius yet, and don't understand
> what this does. Could you explain it please?

The libraries a program should be linked with must not be defined via
automake's AM_LDFLAGS but by programname_LDFLAGS in this case
odccm_LDFLAGS. It may be a library from another Makefile.am which can be
compiled statically or dynamically or as by libtool, and with
odccm_LDFLAGS automake can thus figure out how to link it properly and if
it needs to be relinked at all.


Cheers,
Vasco


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
SynCE-Devel mailing list
SynCE-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synce-devel

Reply via email to