Hello Jan, * Jan Engelhardt wrote on Fri, Apr 10, 2009 at 10:23:53PM CEST: > Given: > > AM_LDFLAGS = -L../subproject > foo_LDADD = -lsub
For in-tree libraries always use relative paths to the .la file: foo_LDADD = ../subproject/libsub.la you can omit the AM_LDFLAGS. Does the issue remain with this? If yes, please post the link that fails, plus output. Thanks, Ralf
