>>>>> "Patrick" == Patrick Crosby <[EMAIL PROTECTED]> writes:
Patrick> is there a way to get automake to put the libraries specified Patrick> in LDADD after the libraries in LIBS for linking? Nope. Patrick> is there a different LDADD-like variable that does this? Nope. Generally, LIBS is used for things that all the programs in your package will need. Typically this is a bunch of system libraries discovered by configure which are required for your application. Everything else should go in _LDADD. Tom
