automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

mumble_LDADD before AM_LDFLAGS?


From: Rhys Ulerich
Subject: mumble_LDADD before AM_LDFLAGS?
Date: Wed, 20 Oct 2010 12:14:25 -0500

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]