Hi all, I have a convenience library (say libconv.la) that depends on some external libraries kept in AM_LDFLAGS (say -L/opt/ext/lib -lext). If there a clean way to specify that libconv.la should appear in the link line before AM_LDFLAGS? Using mumble_LDADD places libconv.la after AM_LDFLAGS which fails to resolve the appropriate symbols.
Workaround seem like they'd manipulate mumble_LDFLAGS and require messing with mumble_DEPENDENCIES... Thanks, Rhys
